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

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

# Cached API responses
*-data/
aperture-data/

# Generated dashboards
*-dashboard.html
dashboard.html

# Python
__pycache__/
*.pyc
.venv/

# OS
.DS_Store
Thumbs.db

# IDE
.vscode/
.idea/
