Ignore pdf, pycache folder and database
This commit is contained in:
commit
ab98005230
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
*.pdf
|
||||||
|
__pycache__/
|
||||||
|
*.sqlite3
|
Reference in a new issue