Update .gitignore
Add two more folders to be ignored. - .idea: Used by PyCharm - .venv: My convention for creating virtualenvs
This commit is contained in:
parent
b0d0070f08
commit
eba0004f9d
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,4 +1,5 @@
|
||||
.DS_Store
|
||||
.idea/
|
||||
.eggs
|
||||
__pycache__
|
||||
.*.swp
|
||||
@ -8,6 +9,7 @@ build
|
||||
data
|
||||
dist
|
||||
venv/
|
||||
.venv/
|
||||
desktop.ini
|
||||
thumbs.db
|
||||
temp/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user