19 lines
196 B
Plaintext
19 lines
196 B
Plaintext
.venv/
|
|
__pycache__/
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
.ruff_cache/
|
|
dist/
|
|
build/
|
|
node_modules/
|
|
.svelte-kit/
|
|
backend/.venv/
|
|
backend/.pytest_cache/
|
|
frontend/node_modules/
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
*.sqlite3
|
|
*.db
|
|
|