__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.venv/
venv/
.env
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
*.log

# Frontend
frontend/node_modules/
frontend/dist/
# Built SPA bundled into the package at release time
src/mitmcp/web/static/
