timetracker/.gitignore
2023-11-18 09:20:23 +01:00

10 lines
131 B
Plaintext

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