25
25
sdist /
26
26
var /
27
27
wheels /
28
- pip-wheel-metadata /
29
28
share /python-wheels /
30
29
* .egg-info /
31
30
.installed.cfg
@@ -52,8 +51,10 @@ htmlcov/
52
51
nosetests.xml
53
52
coverage.xml
54
53
* .cover
54
+ * .py,cover
55
55
.hypothesis /
56
56
.pytest_cache /
57
+ cover /
57
58
58
59
# Translations
59
60
* .mo
@@ -63,6 +64,7 @@ coverage.xml
63
64
* .log
64
65
local_settings.py
65
66
db.sqlite3
67
+ db.sqlite3-journal
66
68
67
69
# Flask stuff:
68
70
instance /
@@ -75,6 +77,7 @@ instance/
75
77
docs /_build /
76
78
77
79
# PyBuilder
80
+ .pybuilder /
78
81
target /
79
82
80
83
# Jupyter Notebook
@@ -85,17 +88,23 @@ profile_default/
85
88
ipython_config.py
86
89
87
90
# pyenv
88
- .python-version
91
+ # For a library or package, you might want to ignore these files since the code is
92
+ # intended to run in multiple environments; otherwise, check them in:
93
+ # .python-version
89
94
90
95
# pipenv
91
96
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
92
97
# 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
98
+ # having no cross-platform support, pipenv may install dependencies that don' t work, or not
94
99
# install all needed dependencies.
95
100
# Pipfile.lock
96
101
97
- # celery beat schedule file
102
+ # PEP 582; used by e.g. github.com/David-OConnor/pyflow
103
+ __pypackages__ /
104
+
105
+ # Celery stuff
98
106
celerybeat-schedule
107
+ celerybeat.pid
99
108
100
109
# SageMath parsed files
101
110
* .sage.py
@@ -127,6 +136,12 @@ dmypy.json
127
136
# Pyre type checker
128
137
.pyre /
129
138
139
+ # pytype static type analyzer
140
+ .pytype /
141
+
142
+ # Cython debug symbols
143
+ cython_debug /
144
+
130
145
# VirtualEnv rules
131
146
# Virtualenv
132
147
# http://iamzed.com/2009/05/07/a-primer-on-virtualenv/
@@ -159,6 +174,7 @@ pip-selfcheck.json
159
174
# Windows rules
160
175
# Windows thumbnail cache files
161
176
Thumbs.db
177
+ Thumbs.db:encryptable
162
178
ehthumbs.db
163
179
ehthumbs_vista.db
164
180
@@ -264,13 +280,15 @@ flycheck_*.el
264
280
# Vim rules
265
281
# Swap
266
282
[._ ]* .s [a-v ][a-z ]
283
+ ! * .svg # comment out if you don't need vector files
267
284
[._ ]* .sw [a-p ]
268
285
[._ ]s [a-rt-v ][a-z ]
269
286
[._ ]ss [a-gi-z ]
270
287
[._ ]sw [a-p ]
271
288
272
289
# Session
273
290
Session.vim
291
+ Sessionx.vim
274
292
275
293
# Temporary
276
294
.netrwhist
281
299
[._ ]* .un~
282
300
283
301
# JetBrains rules
284
- # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
302
+ # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
285
303
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
286
304
287
305
# User-specific stuff
@@ -311,9 +329,14 @@ tags
311
329
# When using Gradle or Maven with auto-import, you should exclude module files,
312
330
# since they will be recreated, and may cause churn. Uncomment if using
313
331
# auto-import.
332
+ # .idea/artifacts
333
+ # .idea/compiler.xml
334
+ # .idea/jarRepositories.xml
314
335
# .idea/modules.xml
315
336
# .idea/*.iml
316
337
# .idea/modules
338
+ # *.iml
339
+ # *.ipr
317
340
318
341
# CMake
319
342
cmake-build- * /
@@ -363,6 +386,7 @@ fabric.properties
363
386
364
387
# SFTP configuration file
365
388
sftp-config.json
389
+ sftp-config-alt * .json
366
390
367
391
# Package control specific files
368
392
Package Control.last-run
@@ -400,6 +424,10 @@ tmtags
400
424
! .vscode /tasks.json
401
425
! .vscode /launch.json
402
426
! .vscode /extensions.json
427
+ * .code-workspace
428
+
429
+ # Local History for Visual Studio Code
430
+ .history /
403
431
404
432
# Xcode rules
405
433
# Xcode
@@ -426,6 +454,9 @@ DerivedData/
426
454
* .perspectivev3
427
455
! default.perspectivev3
428
456
457
+ # # Gcc Patch
458
+ /* .gcno
459
+
429
460
# Eclipse rules
430
461
.metadata
431
462
bin /
@@ -477,12 +508,17 @@ local.properties
477
508
478
509
# Annotation Processing
479
510
.apt_generated /
511
+ .apt_generated_test /
480
512
481
513
# Scala IDE specific (Scala & Java development for Eclipse)
482
514
.cache-main
483
515
.scala_dependencies
484
516
.worksheet
485
517
518
+ # Uncomment this line if you wish to ignore the project description file.
519
+ # Typically, this file would be tracked if it contains build/dependency configurations:
520
+ # .project
521
+
486
522
# TortoiseGit rules
487
523
# Project-level settings
488
524
/.tgitconfig
@@ -504,3 +540,7 @@ cscope.files
504
540
cscope.out
505
541
cscope.in.out
506
542
cscope.po.out
543
+
544
+
545
+ # remove moban hash dictionary
546
+ .moban.hashes
0 commit comments