# Secrets and environment
.env*
!.env*.example
server/traefik/secrets/*
!server/traefik/secrets/.gitkeep
letsencrypt/
*.htpasswd

# Python
__pycache__/
*.py[cod]
.venv/
*.egg-info/
dist/
build/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Local state
backups/
*.log

# OS / editor
.DS_Store
.idea/
*.swp
