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

# Search indices (rebuilt locally)
.indices/
.kb-indices/

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

# OS
.DS_Store
Thumbs.db

# Plugin local settings
.claude/*.local.md

# uv
.python-version
.mcp.json

# Local development artifacts
.devcontainer/
.vl-mail/

# Test coverage artifacts
htmlcov/
.coverage
coverage.xml

# Empty scripts directory
scripts/
_site/
