1
0

Add gitignore to root project

This commit is contained in:
2021-03-02 09:38:10 +02:00
parent 958453d73d
commit a4a0eb4fff

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
*.sqlite3
__pycache__