File tree 1 file changed +57
-6
lines changed
1 file changed +57
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Byte-compiled / optimized / DLL files
2
2
__pycache__ /
3
3
* .py [cod ]
4
+ * $py.class
4
5
5
6
# C extensions
6
7
* .so
7
8
8
9
# Distribution / packaging
9
10
.Python
10
- env /
11
- venv /
12
- venv2 /
13
- venv3 /
14
11
build /
15
12
develop-eggs /
16
13
dist /
17
14
downloads /
18
15
eggs /
16
+ .eggs /
19
17
lib /
20
18
lib64 /
21
19
parts /
22
20
sdist /
23
21
var /
22
+ wheels /
24
23
* .egg-info /
25
24
.installed.cfg
26
25
* .egg
26
+ MANIFEST
27
27
28
28
# PyInstaller
29
29
# Usually these files are written by a python script from a template
@@ -38,23 +38,74 @@ pip-delete-this-directory.txt
38
38
# Unit test / coverage reports
39
39
htmlcov /
40
40
.tox /
41
+ .nox /
41
42
.coverage
43
+ .coverage. *
42
44
.cache
43
45
nosetests.xml
44
46
coverage.xml
47
+ * .cover
48
+ .hypothesis /
49
+ .pytest_cache /
45
50
46
51
# Translations
47
52
* .mo
48
53
* .pot
49
54
50
55
# Django stuff:
51
56
* .log
57
+ local_settings.py
58
+ db.sqlite3
59
+
60
+ # Flask stuff:
61
+ instance /
62
+ .webassets-cache
63
+
64
+ # Scrapy stuff:
65
+ .scrapy
52
66
53
67
# Sphinx documentation
54
68
docs /_build /
55
69
56
70
# PyBuilder
57
71
target /
58
72
59
- # Intellij PyCharm
60
- .idea /
73
+ # Jupyter Notebook
74
+ .ipynb_checkpoints
75
+
76
+ # IPython
77
+ profile_default /
78
+ ipython_config.py
79
+
80
+ # pyenv
81
+ .python-version
82
+
83
+ # celery beat schedule file
84
+ celerybeat-schedule
85
+
86
+ # SageMath parsed files
87
+ * .sage.py
88
+
89
+ # Environments
90
+ .env
91
+ .venv
92
+ env /
93
+ venv /
94
+ ENV /
95
+ env.bak /
96
+ venv.bak /
97
+
98
+ # Spyder project settings
99
+ .spyderproject
100
+ .spyproject
101
+
102
+ # Rope project settings
103
+ .ropeproject
104
+
105
+ # mkdocs documentation
106
+ /site
107
+
108
+ # mypy
109
+ .mypy_cache /
110
+ .dmypy.json
111
+ dmypy.json
You can’t perform that action at this time.
0 commit comments