22 lines
287 B
Text
22 lines
287 B
Text
__pycache__/
|
|
*.py[cod]
|
|
*.egg-info/
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
.ruff_cache/
|
|
.coverage
|
|
htmlcov/
|
|
.venv/
|
|
.uv-cache/
|
|
.env
|
|
*.log
|
|
.DS_Store
|
|
planning/
|
|
build/
|
|
frontend/node_modules/
|
|
frontend/dist/
|
|
frontend/.vite/
|
|
docs/website/node_modules/
|
|
docs/website/build/
|
|
docs/website/.docusaurus/
|
|
.claude/
|