Files
timetracker/.gitignore
lukas 00f84fee9b
Django CI/CD / test (push) Successful in 24s
Django CI/CD / build-and-push (push) Has been skipped
Make default database location more robust
2026-05-12 18:23:54 +02:00

14 lines
142 B
Plaintext

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