# Secrets
.env
.env.*
!.env.example
*.key
*.pem

# Operator-only docs and scripts (not for public repo)
BUILD.md
.smoke_test.py
test_mcp_smoke.py
approve_ui_preview.html

# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
*.egg
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Build
build/
dist/

# Venvs
.venv/
venv/
env/

# Editors
.vscode/
.idea/
*.swp
.DS_Store
Thumbs.db
