# Local override only — committed profiles.json holds shared team creds
.env
.env.*

# Ad-hoc probes / local experiments
_probe_*.py
scratch_*.py

# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
venv/

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