Skip to content

Commit a16f2e4

Browse files
committed
Update .gitignore
Add two more folders to be ignored. - .idea: Used by PyCharm - .venv: My convention for creating virtualenvs
1 parent b0d0070 commit a16f2e4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.DS_Store
2+
.idea/
23
.eggs
34
__pycache__
45
.*.swp
@@ -8,6 +9,7 @@ build
89
data
910
dist
1011
venv/
12+
.venv/
1113
desktop.ini
1214
thumbs.db
1315
temp/

0 commit comments

Comments
 (0)