Skip to content

Commit f20af6d

Browse files
committed
Add venv to *.pyc to .gitignore
1 parent a212092 commit f20af6d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@
55

66
# files generated by the compiler
77
target
8+
9+
# Python files
10+
*.pyc
11+
venv

0 commit comments

Comments
 (0)