add gitignore
This commit is contained in:
parent
c035e7c317
commit
ac3a587bd0
|
@ -0,0 +1,13 @@
|
|||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
|
||||
.DS_Store
|
||||
.vscode
|
||||
.idea/
|
||||
|
||||
# Django stuff:
|
||||
*.log
|
||||
local_settings.py
|
||||
db.sqlite3
|
||||
db.sqlite3-journal
|
Loading…
Reference in New Issue