timetracker/.gitignore
Lukáš Kucharczyk d1b9202337
Some checks failed
Django CI/CD / test (push) Failing after 1m15s
Django CI/CD / build-and-push (push) Has been skipped
Update poetry.lock
2023-11-30 17:35:44 +01:00

10 lines
102 B
Plaintext

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