File tree 1 file changed +28
-1
lines changed
1 file changed +28
-1
lines changed Original file line number Diff line number Diff line change 20
20
sdist /
21
21
var /
22
22
wheels /
23
+ pip-wheel-metadata /
24
+ share /python-wheels /
23
25
* .egg-info /
24
26
.installed.cfg
25
27
* .egg
@@ -38,12 +40,14 @@ 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
50
+ * .py,cover
47
51
.hypothesis /
48
52
.pytest_cache /
49
53
@@ -55,6 +59,7 @@ coverage.xml
55
59
* .log
56
60
local_settings.py
57
61
db.sqlite3
62
+ db.sqlite3-journal
58
63
59
64
# Flask stuff:
60
65
instance /
@@ -72,11 +77,26 @@ target/
72
77
# Jupyter Notebook
73
78
.ipynb_checkpoints
74
79
80
+ # IPython
81
+ profile_default /
82
+ ipython_config.py
83
+
75
84
# pyenv
76
85
.python-version
77
86
78
- # celery beat schedule file
87
+ # pipenv
88
+ # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
89
+ # However, in case of collaboration, if having platform-specific dependencies or dependencies
90
+ # having no cross-platform support, pipenv may install dependencies that don't work, or not
91
+ # install all needed dependencies.
92
+ # Pipfile.lock
93
+
94
+ # PEP 582; used by e.g. github.com/David-OConnor/pyflow
95
+ __pypackages__ /
96
+
97
+ # Celery stuff
79
98
celerybeat-schedule
99
+ celerybeat.pid
80
100
81
101
# SageMath parsed files
82
102
* .sage.py
@@ -102,3 +122,10 @@ venv.bak/
102
122
103
123
# mypy
104
124
.mypy_cache /
125
+ .dmypy.json
126
+ dmypy.json
127
+
128
+ # Pyre type checker
129
+ .pyre /
130
+
131
+ .idea
You can’t perform that action at this time.
0 commit comments