# Stale TS artifacts on disk (cleanup left them ignored, not tracked).
# Manually remove with: rm -rf node_modules dist
node_modules/
dist/
*.db

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

.venv/
venv/
env/
.env
.env.local

.idea/
.vscode/
*.swp
*.swo
*~

.DS_Store
Thumbs.db

.pytest_cache/
.coverage
htmlcov/
.mypy_cache/
.ruff_cache/

.mcp.json
