# Secrets - NEVER commit
.env
.env.*
!.env.example
*.key
secrets/

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

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