# Python
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
.pytest_cache/
.ruff_cache/

# Virtual environments
.venv/

# Local config & secrets (never commit)
.env
.mcp.json

# Docs site build
site/

# Nuitka build output
_nuitka/
build-nuitka/
*.build/
*.dist/
*.onefile-build/
nuitka-crash-report.xml

# Cache & downloads
cache/
downloads/
*.part
