__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/
.eggs/
*.egg

.env
.env.*
!.env.example
.mcp.json
CLAUDE.local.md

.venv/
venv/
.tox/
.nox/
.mypy_cache/
.ruff_cache/
.pytest_cache/

.vscode/
.idea/
*.swp
*.swo
.DS_Store
