Skip to content

Commit c743c4a

Browse files
committed
Gitignore Python Virtualenv things
1 parent 77d6af0 commit c743c4a

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.gitignore

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,12 @@ ehthumbs.db
6565
Thumbs.db
6666

6767
# Swap files
68-
*.swp
68+
*.swp
69+
70+
71+
# Python3 Virtual Environment folders
72+
73+
bin/
74+
lib/
75+
share/
76+
pyvenv.cfg

0 commit comments

Comments
 (0)