File tree 1 file changed +28
-4
lines changed
1 file changed +28
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ __pycache__/
8
8
9
9
# Distribution / packaging
10
10
.Python
11
- env /
12
11
build /
13
12
develop-eggs /
14
13
dist /
@@ -21,9 +20,12 @@ parts/
21
20
sdist /
22
21
var /
23
22
wheels /
23
+ pip-wheel-metadata /
24
+ share /python-wheels /
24
25
* .egg-info /
25
26
.installed.cfg
26
27
* .egg
28
+ MANIFEST
27
29
28
30
# PyInstaller
29
31
# Usually these files are written by a python script from a template
@@ -38,13 +40,15 @@ pip-delete-this-directory.txt
38
40
# Unit test / coverage reports
39
41
htmlcov /
40
42
.tox /
43
+ .nox /
41
44
.coverage
42
45
.coverage. *
43
46
.cache
44
47
nosetests.xml
45
48
coverage.xml
46
49
* .cover
47
50
.hypothesis /
51
+ .pytest_cache /
48
52
49
53
# Translations
50
54
* .mo
@@ -53,6 +57,7 @@ coverage.xml
53
57
# Django stuff:
54
58
* .log
55
59
local_settings.py
60
+ db.sqlite3
56
61
57
62
# Flask stuff:
58
63
instance /
@@ -70,22 +75,34 @@ target/
70
75
# Jupyter Notebook
71
76
.ipynb_checkpoints
72
77
78
+ # IPython
79
+ profile_default /
80
+ ipython_config.py
81
+
73
82
# pyenv
74
83
.python-version
75
84
85
+ # pipenv
86
+ # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
87
+ # However, in case of collaboration, if having platform-specific dependencies or dependencies
88
+ # having no cross-platform support, pipenv may install dependencies that don't work, or not
89
+ # install all needed dependencies.
90
+ # Pipfile.lock
91
+
76
92
# celery beat schedule file
77
93
celerybeat-schedule
78
94
79
95
# SageMath parsed files
80
96
* .sage.py
81
97
82
- # dotenv
98
+ # Environments
83
99
.env
84
-
85
- # virtualenv
86
100
.venv
101
+ env /
87
102
venv /
88
103
ENV /
104
+ env.bak /
105
+ venv.bak /
89
106
90
107
# Spyder project settings
91
108
.spyderproject
99
116
100
117
# mypy
101
118
.mypy_cache /
119
+ .dmypy.json
120
+ dmypy.json
121
+
122
+ # Pyre type checker
123
+ .pyre /
124
+
125
+ # custom
102
126
TODO.txt
103
127
test-coverage.sh
You can’t perform that action at this time.
0 commit comments