This repository was archived by the owner on Feb 1, 2019. It is now read-only.
File tree 1 file changed +28
-2
lines changed
1 file changed +28
-2
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
@@ -281,6 +291,14 @@ tags
281
291
.idea /** /gradle.xml
282
292
.idea /** /libraries
283
293
294
+ # Gradle and Maven with auto-import
295
+ # When using Gradle or Maven with auto-import, you should exclude module files,
296
+ # since they will be recreated, and may cause churn. Uncomment if using
297
+ # auto-import.
298
+ # .idea/modules.xml
299
+ # .idea/*.iml
300
+ # .idea/modules
301
+
284
302
# CMake
285
303
cmake-build- * /
286
304
@@ -311,6 +329,9 @@ fabric.properties
311
329
# Editor-based Rest Client
312
330
.idea /httpRequests
313
331
332
+ # Android studio 3.1+ serialized cache file
333
+ .idea /caches /build_file_checksums.ser
334
+
314
335
# SublimeText rules
315
336
# Cache files for Sublime Text
316
337
* .tmlanguage.cache
@@ -470,9 +491,14 @@ cscope.in.out
470
491
cscope.po.out
471
492
472
493
473
- # Patch & backup files
474
- * .patch
494
+ * .bak
495
+ * .gho
496
+ * .ori
497
+ * .orig
498
+ * .tmp
475
499
* .orig
500
+ * .rej
501
+ * .patch
476
502
* .diff
477
503
478
504
# Pytest profile files
You can’t perform that action at this time.
0 commit comments