timetracker/.gitignore
Lukáš Kucharczyk df78a30307
Some checks failed
Django CI/CD / test (push) Failing after 1m7s
Django CI/CD / build-and-push (push) Has been skipped
Update poetry.lock
2023-11-29 22:21:27 +01:00

10 lines
102 B
Plaintext

__pycache__
.mypy_cache
.pytest_cache
.venv/
node_modules
package-lock.json
db.sqlite3
/static/
dist/