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

# Secrets / local config
.env
.env.*
!.env.example
.envrc
config.toml

# OS / editor
.DS_Store
Thumbs.db
.idea/
.vscode/
*.swp
