Cleaned up repo

This commit is contained in:
Matthieu B 2022-09-13 12:39:34 +01:00
parent dd9115a45c
commit f0152f8071
3 changed files with 4 additions and 0 deletions

BIN
.DS_Store vendored

Binary file not shown.

View file

@ -1,2 +1,5 @@
database/database.db
venv/
app/__pycache__/
.env
.DS_Store

1
.gitignore vendored
View file

@ -2,3 +2,4 @@ database/database.db
venv/
app/__pycache__/
.env
.DS_Store