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

# C extensions
*.so

# Distribution / packaging
build/
dist/
*.egg-info/
pip-wheel-metadata/
*.egg
*.whl

# Virtual environments
.env
.venv/
venv/
ENV/
env/
env.bak/
venv.bak/

# PyInstaller
# Usually created by PyInstaller
*.spec

# Tests / coverage / profiling
.pytest_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml
.prof

# Type checkers / caches
.mypy_cache/
.pyre/

# Jupyter / IPython
.ipynb_checkpoints
profile_default/
ipython_config.py

# Editor / IDE
.vscode/
.idea/
*.sublime-project
*.sublime-workspace
*.code-workspace

# OS files
.DS_Store
Thumbs.db

# Logs and databases
*.log
*.sqlite3
*.db

# Secrets / environment files
.env*
*.pem
*.key
*.crt

# Celery
celerybeat-schedule

# Testing / tooling
.tox/
.nox/

# Misc
coverage_html_report/
htmlcov/
.venv/
pip-log.txt
__pypackages__/

# Project-specific
metrics/
.codecarbon/
emissions.csv

