File tree 1 file changed +13
-0
lines changed
1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ pip-delete-this-directory.txt
43
43
# Unit test / coverage reports
44
44
htmlcov /
45
45
.tox /
46
+ .nox /
46
47
.coverage
47
48
.coverage. *
48
49
.cache
@@ -77,6 +78,10 @@ target/
77
78
# Jupyter Notebook
78
79
.ipynb_checkpoints
79
80
81
+ # IPython
82
+ profile_default /
83
+ ipython_config.py
84
+
80
85
# pyenv
81
86
.python-version
82
87
@@ -107,6 +112,8 @@ venv.bak/
107
112
108
113
# mypy
109
114
.mypy_cache /
115
+ .dmypy.json
116
+ dmypy.json
110
117
111
118
# VirtualEnv rules
112
119
# Virtualenv
268
275
.idea /** /dictionaries
269
276
.idea /** /shelf
270
277
278
+ # Generated files
279
+ .idea /** /contentModel.xml
280
+
271
281
# Sensitive or high-churn files
272
282
.idea /** /dataSources /
273
283
.idea /** /dataSources.ids
@@ -319,6 +329,9 @@ fabric.properties
319
329
# Editor-based Rest Client
320
330
.idea /httpRequests
321
331
332
+ # Android studio 3.1+ serialized cache file
333
+ .idea /caches /build_file_checksums.ser
334
+
322
335
# SublimeText rules
323
336
# Cache files for Sublime Text
324
337
* .tmlanguage.cache
You can’t perform that action at this time.
0 commit comments