# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# PyInstaller
#  Usually these files are written by a python script from a template
#  before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/

# Translations
*.mo
*.pot

# Django stuff:
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal

# Flask stuff:
instance/
.webassets-cache

# Scrapy stuff:
.scrapy

# Sphinx documentation
docs/_build/

# PyBuilder
target/

# Jupyter Notebook
.ipynb_checkpoints

# IPython
profile_default/
ipython_config.py

# pyenv
.python-version

# pipenv
#   According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
#   However, in case of collaboration, if having platform-specific dependencies or dependencies
#   having no cross-platform support, pipenv may install dependencies that don't work, or not
#   install all needed dependencies.
#Pipfile.lock

# PEP 582; used by e.g. github.com/David-OConnor/pyflow
__pypackages__/

# Celery stuff
celerybeat-schedule
celerybeat.pid

# SageMath parsed files
*.sage.py

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# Spyder project settings
.spyderproject
.spyproject

# Rope project settings
.ropeproject

# mkdocs documentation
/site

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# Pyre type checker
.pyre/

# Context Cleaner specific
.context_cleaner/
context_cleaner_data/
*.db
*.sqlite
*.sqlite3

# Application data and logs
logs/
data/
temp/
tmp/
cache/
analytics_data/
tracking_data/
metrics_data/
profiles/
user_data/

# Configuration files with sensitive data
config/local_config.py
config/production_config.py
.env.local
.env.production

# Backup and temporary files
*.bak
*.backup
*.old
*.tmp
*.temp
temp_*
tmp_*

# Security and certificates
*.pem
*.key
*.crt
*.cer
*.p12
*.pfx
keys/
certs/

# Performance profiling
*.prof
*.profile
profiling_data/

# Local development database
development.db
test.db

# IDE
.vscode/
.idea/
*.code-workspace
*.sublime-project
*.sublime-workspace
*.swp
*.swo
*~
*.iml
*.ipr
*.iws

# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
.AppleDouble
.LSOverride
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
ehthumbs.db
Thumbs.db
Thumbs.db:encryptable
ehthumbs_vista.db
*.stackdump
[Dd]esktop.ini
$RECYCLE.BIN/
*.cab
*.msi
*.msix
*.msm
*.msp
*.lnk
.directory
.Trash-*
.nfs*

# Screenshots and debug images (except package assets)
screenshots/
debug_images/
*.png
*.jpg
*.jpeg
*.gif
*.bmp

# But include static assets that are part of the package
!static/**/*.png
!static/**/*.jpg
!static/**/*.jpeg
!static/**/*.gif
!static/**/*.svg
!src/**/static/**/*.png
!src/**/static/**/*.jpg
!src/**/static/**/*.jpeg
!src/**/static/**/*.gif
!src/**/static/**/*.svg

# Archive files (except package assets)
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip
!static/**/*.zip
!docs/**/*.zip