# --- Secrets / local config (NEVER commit) ---
.env
.env.*
!.env.example
*.pem
*.key

# --- Local planning notes ---
PROJECT_BRIEF.md
NOTES.md

# --- Python ---
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
dist/
*.egg-info/
.eggs/
.installed.cfg
*.egg

# --- Virtual envs ---
.venv/
venv/
env/
ENV/

# --- Tooling caches ---
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
.tox/

# --- IDE / OS ---
.vscode/
.idea/
.DS_Store

# --- Local scan output (may contain real tenant IDs) ---
/reports/
*.local.json
*.local.md
