File tree Expand file tree Collapse file tree 1 file changed +15
-24
lines changed Expand file tree Collapse file tree 1 file changed +15
-24
lines changed Original file line number Diff line number Diff line change 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
1511build /
1612develop-eggs /
1713dist /
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
4640nosetests.xml
4741coverage.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
5954docs /_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
You can’t perform that action at this time.
0 commit comments