feat(git): completed gitignore

This commit is contained in:
2021-11-28 21:52:29 +01:00
parent 6d564ffdcd
commit 3bc5f0e6f5

9
.gitignore vendored
View File

@@ -1,2 +1,9 @@
*.pyc
*pyc
instance/*
__pycache__/*
*.log*
.idea/*
*.swp
#~
~#
venv