# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info/
*.egg
dist/
build/
MANIFEST

# Node (docs site only)
node_modules/
docs/.vitepress/dist/
docs/.vitepress/cache/
docs/.vitepress/.temp/

# Virtual environments
.venv/
venv/
env/

# Type checkers
.mypy_cache/
.pytype/
.pyre/

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

# Ruff
.ruff_cache/

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

# OS
.DS_Store
Thumbs.db

# Environments / secrets
.env
.envrc

# Build artifacts
*.whl

# Personal working files (planning, research, notes)
working/

# Reference repos (cloned for development reference)
refs/

# Plugin (not shipped until fallback implementation exists)
plugin/

# VitePress (docs site)
.vitepress
.temp
