# Secrets and local config
.env
.env.*.local
keys/
*.pem
*.key

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

# Virtual environments
.venv/
venv/
env/

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

# Type checkers
.mypy_cache/
.pyright/

# Editors / OS
.vscode/
.idea/
.DS_Store
Thumbs.db
