Skip to content

Commit e62713d

Browse files
authored
Merge pull request #6 from jmespath-community/source/venv-gitignore
Ignore bin/ pyvenv support files.
2 parents 1159940 + 55d3e56 commit e62713d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
*.py[cod]
22

3+
# pyvenv
4+
bin/
5+
share/
6+
pyvenv.cfg
7+
38
# C extensions
49
*.so
510

0 commit comments

Comments
 (0)