.gitignore

This commit is contained in:
Oscar Krause 2025-04-08 09:18:50 +02:00
parent 6d5b389f2a
commit ca0eedc1f2

2
.gitignore vendored
View File

@ -1,6 +1,6 @@
.DS_Store .DS_Store
venv/ venv/
.idea/ .idea/
app/*.sqlite* *.sqlite
app/cert/*.* app/cert/*.*
.pytest_cache .pytest_cache