# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
.venv/
venv/

# uv
.python-version

# OS
.DS_Store

# Editor
.vscode/
.idea/

# Secrets — Vault only, never on disk
.env
.env.*
!.env.example
*.pem
*.key

# Client data — NEVER commit any of this
documents/
samples/
*.pdf
!docs/diagrams/*.pdf
extracted/
quarantine_data/
output/*.json
output/*.csv

# PowerApps export bundles (binary, large)
powerapp/*.msapp
powerapp/*.zip

# Azure / Bicep build artifacts
infra/bicep/**/*.json
!infra/bicep/parameters.example.json

# Logs
*.log
logs/
