23 lines
296 B
Text
23 lines
296 B
Text
|
|
# Caches and build artifacts
|
||
|
|
.venv
|
||
|
|
__pycache__
|
||
|
|
*.pyc
|
||
|
|
.pytest_cache
|
||
|
|
.ruff_cache
|
||
|
|
.mypy_cache
|
||
|
|
.hypothesis
|
||
|
|
|
||
|
|
# Frontend
|
||
|
|
frontend/node_modules
|
||
|
|
frontend/dist
|
||
|
|
frontend/.npm
|
||
|
|
frontend/*.tsbuildinfo
|
||
|
|
|
||
|
|
# Git, IDE
|
||
|
|
.git
|
||
|
|
.vscode
|
||
|
|
.idea
|
||
|
|
|
||
|
|
# Dev-only docs (README.md is needed by poetry; keep it)
|
||
|
|
PLAYBOOK_VIKTOR.md
|