# Secrets — NEVER commit
.env
.env.*
!.env.example

# Per-client configs — likely contain client-identifying info
*.json
!config.example.json

# Cached API responses
*-data/
data/

# Generated reports
*-saturation-curves.html
saturation-curves.html

# Python
__pycache__/
*.pyc
.venv/

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