Files
data-entry-app/.gitignore
T
2026-04-25 20:43:37 +12:00

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