git ignore

This commit is contained in:
patsy 2026-08-08 02:52:44 +02:00
parent 007908f307
commit 6bdcfa3ebc

10
.gitignore vendored Normal file
View file

@ -0,0 +1,10 @@
.env
.venv/
__pycache__/
*.py[cod]
.pytest_cache/
.coverage
htmlcov/
instance/*.db
instance/*.sqlite*