timetracker/.gitignore

10 lines
102 B
Plaintext

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