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:
Andreas Motl 2021-10-23 13:47:01 +02:00 committed by KV
parent a26f734b94
commit c0590ff20f

2
.gitignore vendored
View File

@ -1,4 +1,5 @@
.DS_Store
.idea/
.eggs
__pycache__
.*.swp
@ -8,6 +9,7 @@ build
data
dist
venv/
.venv/
desktop.ini
thumbs.db
temp/