# Stale TS artifacts on disk (sandbox declined `rm -rf` during cleanup;
# manually remove with: rm -rf node_modules dist)
node_modules/
dist/

# 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
.test-forge/
