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
5
2
__pycache__ /
6
3
* .py [cod ]
7
- venv
8
-
9
- # C extensions
10
- * .so
11
4
12
5
# Distribution / packaging
13
6
.Python
14
- env /
7
+ venv
8
+ .venv
9
+ env
10
+ .env
15
11
build /
16
12
develop-eggs /
17
13
dist /
28
24
* .egg
29
25
30
26
# 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.
33
27
* .manifest
34
28
* .spec
35
29
@@ -45,29 +39,26 @@ htmlcov/
45
39
.cache
46
40
nosetests.xml
47
41
coverage.xml
48
- * , cover
42
+ * . cover
49
43
.pytest_cache /
50
44
51
- # Translations
52
- * .mo
53
- * .pot
45
+ # PyBuilder
46
+ target /
54
47
55
- # Django stuff:
56
- * .log
48
+ # Type checking
49
+ /.mypy_cache
50
+ .pyre
51
+ /type_info.json
57
52
58
53
# Sphinx documentation
59
54
docs /_build /
60
55
61
- # PyBuilder
62
- target /
63
-
64
56
# IntelliJ
65
57
.idea
66
58
* .iml
67
59
60
+ # Visual Studio
61
+ /.vscode
62
+
68
63
# OS X
69
64
.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