# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info/

# Testing
.pytest_cache/
.coverage
htmlcov/

# Type checking / linting
.mypy_cache/
.ruff_cache/

# Virtual environments
.venv/
venv/

# IDE
.idea/

# Frontend
node_modules/
src/stemtrace/server/ui/frontend/dist/
src/stemtrace/server/ui/frontend/.tsr/
src/stemtrace/server/ui/frontend/src/routeTree.gen.ts
.tanstack/

# Playwright
src/stemtrace/server/ui/frontend/playwright-report/
src/stemtrace/server/ui/frontend/test-results/
src/stemtrace/server/ui/frontend/playwright/.cache/
