1
0
Fork 0

Add gitignore to root project

This commit is contained in:
John Ahlroos 2021-03-02 09:38:10 +02:00
parent 958453d73d
commit a4a0eb4fff
Signed by: john
GPG Key ID: 258D0F70DB84CD5D
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored Normal file
View File

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