# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg-info/
dist/
build/
.eggs/

# uv / venv
.venv/
.uv/

# Testing
.pytest_cache/
.coverage
coverage.xml
htmlcov/

# Snapshots and reports (may contain tenant data — anchored to repo root)
/snapshot/
/reports/
*.pyz

# Secrets — NEVER commit these
tenants.yaml
*.pem
*.pfx
*.p12
.env
*.env

# IDE
.vscode/
.idea/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db
