.coverage
.pytest_cache/
.ruff_cache/
.skillroute/
.venv/
__pycache__/
*.egg-info/
*.pyc

.env
.env.*
!.env.example

requirements-audit.txt

mcp/build/
mcp/node_modules/
web/dist/
web/node_modules/
node_modules/

dist/
.mypy_cache/
htmlcov/
coverage.xml
