Skip to content

Commit 6c30c30

Browse files
committed
ignore venv.
1 parent 6b1eaac commit 6c30c30

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
@@ -10,6 +10,8 @@ __pycache__/
1010
.env
1111
.Python
1212
env/
13+
venv/
14+
.venv/
1315
build/
1416
develop-eggs/
1517
dist/
@@ -25,6 +27,9 @@ var/
2527
.installed.cfg
2628
*.egg
2729

30+
# PyPI credentials
31+
.pypirc
32+
2833
# PyInstaller
2934
# Usually these files are written by a python script from a template
3035
# before PyInstaller builds the exe, so as to inject date/other infos into it.

0 commit comments

Comments
 (0)