# 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
MANIFEST

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

# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store

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

# Logs
*.log
logs/

# Documentation
docs/_build/

# Git
.git/
.gitignore
.gitattributes

# CI/CD
.github/
.gitlab-ci.yml

# Docker
Dockerfile
docker-compose*.yml
.dockerignore

# Runtime
.oneiric_cache/
*.pid
*.sock

# Monitoring
monitoring/

# Settings (mount at runtime)
settings/

# Scripts
scripts/

# Examples
examples/

# Temporary files
*.tmp
*.bak
*.swp
tmp/
temp/
