# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Virtual Environment
venv/
ENV/
env/
.env

# IDE
.idea/
.vscode/
*.swp
*.swo
.DS_Store

# Testing
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/

# Project specific
config.yaml
*.db
*.sqlite3
test_media/
logs/
backups/

# API keys and secrets
.env
.env.local
.env.*.local
secrets.yaml
api_keys.yaml

# Distribution
dist/
build/
*.tar.gz

# Documentation
docs/_build/
site/

# Jupyter Notebook
.ipynb_checkpoints
