# Environment
.env
.env.local
.env.*.local

# Deployment secrets (deploy/.env is Traefik config, app.env is provider keys)
deploy/.env
deploy/app.env
letsencrypt/

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
dist/
*.egg-info/
.eggs/
.installed.cfg
*.egg

# Virtualenvs
venv/
.venv/
env/

# Testing
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/
.ruff_cache/

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

# Cache directory used by host-checker
.hostchecker-cache/
