.worktrees/
__pycache__/
*.pyc
*.egg-info/
*.egg
build/
dist/
.venv/
.env
.env.*
!.env.example

.checkllm/
.claire/
.deepeval/
pftest/

.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
.coverage.*
htmlcov/

node_modules/
*.tsbuildinfo

site/

editor/vscode/out/
editor/vscode/node_modules/
editor/vscode/*.vsix
