# Secrets — NEVER commit real credentials
.env
.env.local
*.env

# Generated reports (may contain customer/account data)
*.csv

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

# Build artifacts
build/
dist/
*.whl

# OS / editor
.DS_Store
.vscode/
*.swp
