# Python
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info/

# Virtual environments
.venv/
venv/

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

# Local config / secrets — never commit real .env files
.env
.env.*
!.env.example
config.local.toml

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