node_modules

# wrangler files
.wrangler
.dev.vars*
.mcp.json
.env.test

# Editor-specific files
.cursor/

# Python
python/venv/
__pycache__/
.mypy_cache/.ruff_cache/
.pytest_cache/

.env

dist/

.venv/