87 lines
836 B
Plaintext
87 lines
836 B
Plaintext
# Build artifacts
|
|
dist/
|
|
build/
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.Python
|
|
*.spec
|
|
SVG*
|
|
|
|
# Virtual environments
|
|
venv/
|
|
env/
|
|
ENV/
|
|
.env
|
|
.venv/
|
|
env.bak/
|
|
venv.bak/
|
|
|
|
# Test artifacts
|
|
.pytest_cache/
|
|
.coverage
|
|
htmlcov/
|
|
coverage.xml
|
|
.tox/
|
|
nosetests.xml
|
|
.hypothesis/
|
|
.nox/
|
|
|
|
# IDE specific files
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.spyderproject
|
|
.spyproject
|
|
.ropeproject
|
|
|
|
# Project specific files
|
|
app_config.json
|
|
MTN6_SCADA_*
|
|
MTN6_SCADAa_*
|
|
|
|
# Image files (generally ignored)
|
|
*.jpg
|
|
*.png
|
|
*.gif
|
|
*.bmp
|
|
*.tiff
|
|
*.jpeg
|
|
|
|
# Exception for app assets
|
|
!automation_standard_logo.jpg
|
|
!autStand_ic0n.ico
|
|
|
|
# OS specific
|
|
.DS_Store
|
|
Thumbs.db
|
|
desktop.ini
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
|
|
# Rotation test files
|
|
rotation_test_*.svg
|
|
rotation_test_*.json
|
|
|
|
*.zip
|
|
*.exe
|
|
*.json
|
|
*.spec
|
|
*.jpg
|
|
*.png
|
|
*.gif
|
|
*.bmp
|
|
*.tiff
|
|
*.jpeg
|
|
*.ico
|
|
*.svg
|
|
*.json
|
|
*.spec
|
|
*.jpg
|
|
*.png
|
|
*.gif
|
|
*.DS_Store |