Skip to content

Commit 8bb00b4

Browse files
committed
Clean up .gitignore file
1 parent 4b1f697 commit 8bb00b4

File tree

1 file changed

+15
-24
lines changed

1 file changed

+15
-24
lines changed

.gitignore

Lines changed: 15 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,13 @@
1-
# Created by https://www.gitignore.io
2-
3-
### Python ###
4-
# Byte-compiled / optimized / DLL files
1+
# Compile Python files
52
__pycache__/
63
*.py[cod]
7-
venv
8-
9-
# C extensions
10-
*.so
114

125
# Distribution / packaging
136
.Python
14-
env/
7+
venv
8+
.venv
9+
env
10+
.env
1511
build/
1612
develop-eggs/
1713
dist/
@@ -28,8 +24,6 @@ var/
2824
*.egg
2925

3026
# PyInstaller
31-
# Usually these files are written by a python script from a template
32-
# before PyInstaller builds the exe, so as to inject date/other infos into it.
3327
*.manifest
3428
*.spec
3529

@@ -45,29 +39,26 @@ htmlcov/
4539
.cache
4640
nosetests.xml
4741
coverage.xml
48-
*,cover
42+
*.cover
4943
.pytest_cache/
5044

51-
# Translations
52-
*.mo
53-
*.pot
45+
# PyBuilder
46+
target/
5447

55-
# Django stuff:
56-
*.log
48+
# Type checking
49+
/.mypy_cache
50+
.pyre
51+
/type_info.json
5752

5853
# Sphinx documentation
5954
docs/_build/
6055

61-
# PyBuilder
62-
target/
63-
6456
# IntelliJ
6557
.idea
6658
*.iml
6759

60+
# Visual Studio
61+
/.vscode
62+
6863
# OS X
6964
.DS_Store
70-
/.mypy_cache
71-
.pyre
72-
/.vscode
73-
/type_info.json

0 commit comments

Comments
 (0)