# Secrets
.env
.env.*
!.env.example

# Python
.venv/
venv/
__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Run outputs (default local location; XDG default is outside repo anyway)
runs/

# Editors
.vscode/
.idea/
*.swp
