15 lines
172 B
Text
15 lines
172 B
Text
__pycache__/
|
|
*.py[cod]
|
|
*.egg-info/
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
.ruff_cache/
|
|
.coverage
|
|
htmlcov/
|
|
.venv/
|
|
.uv-cache/
|
|
.env
|
|
*.log
|
|
planning/
|
|
frontend/node_modules/
|
|
frontend/dist/
|