Better gitignore
This commit is contained in:
parent
57a826524d
commit
021175503e
2 changed files with 11 additions and 0 deletions
11
.gitignore
vendored
11
.gitignore
vendored
|
@ -1,2 +1,13 @@
|
||||||
|
# Common useless files
|
||||||
__pycache__
|
__pycache__
|
||||||
/venv
|
/venv
|
||||||
|
*.sqlite3
|
||||||
|
*~
|
||||||
|
*.log
|
||||||
|
|
||||||
|
# VSCode
|
||||||
|
.vscode/
|
||||||
|
|
||||||
|
# Vim
|
||||||
|
*.swp
|
||||||
|
*.swo
|
Binary file not shown.
Loading…
Reference in a new issue