.gitignore

This commit is contained in:
Oscar Krause 2022-12-23 07:41:23 +01:00
parent 3367977652
commit 2c1c9b63b4

1
.gitignore vendored
View File

@ -3,3 +3,4 @@ venv/
.idea/ .idea/
app/*.sqlite* app/*.sqlite*
app/cert/*.* app/cert/*.*
.pytest_cache