# --- Python ---
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

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

# --- Testing / type-checking / linting ---
.pytest_cache/
.mypy_cache/
.ruff_cache/
.tox/
.nox/
.coverage
.coverage.*
htmlcov/
coverage.xml
*.cover

# --- mkdocs build output (ADR-013) ---
site/

# --- Local runtime config (never commit real local_root/policy paths — ADR-010) ---
adb-mcp.toml
.env
.env.*
!.env.example

# --- JetBrains / PyCharm ---
.idea/
.mcp.json

# --- VS Code ---
.vscode/

# --- OS cruft ---
.DS_Store
Thumbs.db

# --- Editor swap files ---
*.swp
*.swo
*~
