Files
timetracker/.gitignore
T
2026-06-02 16:32:26 +02:00

15 lines
157 B
Plaintext

__pycache__
.mypy_cache
.pytest_cache
.venv/
node_modules
package-lock.json
pnpm-lock.yaml
db.sqlite3
data/
/static/
dist/
.DS_Store
.python-version
.direnv