.venv/
node_modules/
.git/
.env
.env.production
__pycache__/
*.pyc
.ruff_cache/
web/node_modules/
web/.pnpm-store/
*.log
.pytest_cache/
*.egg-info/
dist/
build/
.mypy_cache/
docs/
# Backend tests
tests/
libs/ptc-cli/tests/
mcp_servers/tests/

# Frontend tests
web/src/**/__tests__/
web/src/test/
web/e2e/
web/**/*.test.*
web/**/*.spec.*
web/vitest.config.ts
web/playwright.config.js
