Skip to content

Commit acc0992

Browse files
committed
Update .gitignore
1 parent 427f393 commit acc0992

File tree

1 file changed

+17
-11
lines changed

1 file changed

+17
-11
lines changed

.gitignore

+17-11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# pyenv et all
2+
.python-version
3+
.env
4+
.venv
5+
venv/
6+
ENV/
7+
8+
# editor/ide stuff
9+
*~
10+
.tm_properties
11+
.idea
12+
.vscode
13+
.mr.developer.cfg
14+
.project
15+
.pydevproject
16+
tags
17+
118
# Byte-compiled / optimized / DLL files
219
__pycache__/
320
*.py[cod]
@@ -49,17 +66,6 @@ coverage.xml
4966
# Sphinx documentation
5067
docs/_build/
5168

52-
# pyenv
53-
.python-version
54-
55-
# dotenv
56-
.env
57-
58-
# virtualenv
59-
.venv
60-
venv/
61-
ENV/
62-
6369
# Rope project settings
6470
.ropeproject
6571

0 commit comments

Comments
 (0)