__pycache__/
*.pyc
*.pyo
.venv/
dist/
*.egg-info/
.DS_Store
.pytest_cache/

# Internal docs
docs/

# Tests (dev only)
tests/

# Maintenance scripts
scripts/

# One-off tools
install_mcp.py
install_mcp.command

# Secrets — bot tokens, API keys, etc. NEVER commit these.
.env
.env.*
*.token
