25
25
sdist /
26
26
var /
27
27
wheels /
28
+ pip-wheel-metadata /
29
+ share /python-wheels /
28
30
* .egg-info /
29
31
.installed.cfg
30
32
* .egg
@@ -43,6 +45,7 @@ pip-delete-this-directory.txt
43
45
# Unit test / coverage reports
44
46
htmlcov /
45
47
.tox /
48
+ .nox /
46
49
.coverage
47
50
.coverage. *
48
51
.cache
@@ -77,9 +80,20 @@ target/
77
80
# Jupyter Notebook
78
81
.ipynb_checkpoints
79
82
83
+ # IPython
84
+ profile_default /
85
+ ipython_config.py
86
+
80
87
# pyenv
81
88
.python-version
82
89
90
+ # pipenv
91
+ # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
92
+ # However, in case of collaboration, if having platform-specific dependencies or dependencies
93
+ # having no cross-platform support, pipenv may install dependencies that don’t work, or not
94
+ # install all needed dependencies.
95
+ # Pipfile.lock
96
+
83
97
# celery beat schedule file
84
98
celerybeat-schedule
85
99
@@ -107,6 +121,11 @@ venv.bak/
107
121
108
122
# mypy
109
123
.mypy_cache /
124
+ .dmypy.json
125
+ dmypy.json
126
+
127
+ # Pyre type checker
128
+ .pyre /
110
129
111
130
# VirtualEnv rules
112
131
# Virtualenv
@@ -238,6 +257,10 @@ flycheck_*.el
238
257
# directory configuration
239
258
.dir-locals.el
240
259
260
+ # network security
261
+ /network-security.data
262
+
263
+
241
264
# Vim rules
242
265
# Swap
243
266
[._ ]* .s [a-v ][a-z ]
268
291
.idea /** /dictionaries
269
292
.idea /** /shelf
270
293
294
+ # Generated files
295
+ .idea /** /contentModel.xml
296
+
271
297
# Sensitive or high-churn files
272
298
.idea /** /dataSources /
273
299
.idea /** /dataSources.ids
@@ -281,6 +307,14 @@ tags
281
307
.idea /** /gradle.xml
282
308
.idea /** /libraries
283
309
310
+ # Gradle and Maven with auto-import
311
+ # When using Gradle or Maven with auto-import, you should exclude module files,
312
+ # since they will be recreated, and may cause churn. Uncomment if using
313
+ # auto-import.
314
+ # .idea/modules.xml
315
+ # .idea/*.iml
316
+ # .idea/modules
317
+
284
318
# CMake
285
319
cmake-build- * /
286
320
@@ -311,6 +345,9 @@ fabric.properties
311
345
# Editor-based Rest Client
312
346
.idea /httpRequests
313
347
348
+ # Android studio 3.1+ serialized cache file
349
+ .idea /caches /build_file_checksums.ser
350
+
314
351
# SublimeText rules
315
352
# Cache files for Sublime Text
316
353
* .tmlanguage.cache
@@ -390,7 +427,6 @@ DerivedData/
390
427
! default.perspectivev3
391
428
392
429
# Eclipse rules
393
-
394
430
.metadata
395
431
bin /
396
432
tmp /
0 commit comments