# Python
.venv/
__pycache__/
*.pyc
*.pyo
.eggs/
*.egg-info/
dist/
build/

# Secrets & local overrides — never commit these
configs/local.yaml
*.local.yaml
*.local.toml
.env
.env.*

# Run artifacts
runs/
reports/

# macOS
.DS_Store

# IDE
.idea/
.vscode/
