Files
timetracker/.gitignore
2023-01-19 21:57:14 +01:00

8 lines
92 B
Plaintext

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