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