1
1
# Created by .ignore support plugin (hsz.mobi)
2
- # ## Windows template
3
- # Windows thumbnail cache files
4
- Thumbs.db
5
- Thumbs.db:encryptable
6
- ehthumbs.db
7
- ehthumbs_vista.db
8
-
9
- # Dump file
10
- * .stackdump
11
-
12
- # Folder config file
13
- [Dd ]esktop.ini
14
-
15
- # Recycle Bin used on file shares
16
- $RECYCLE.BIN /
17
-
18
- # Windows Installer files
19
- * .cab
20
- * .msi
21
- * .msix
22
- * .msm
23
- * .msp
24
-
25
- # Windows shortcuts
26
- * .lnk
27
-
28
- # ## macOS template
29
- # General
30
- .DS_Store
31
- .AppleDouble
32
- .LSOverride
33
-
34
- # Icon must end with two \r
35
- Icon
36
-
37
- # Thumbnails
38
- ._ *
39
-
40
- # Files that might appear in the root of a volume
41
- .DocumentRevisions-V100
42
- .fseventsd
43
- .Spotlight-V100
44
- .TemporaryItems
45
- .Trashes
46
- .VolumeIcon.icns
47
- .com.apple.timemachine.donotpresent
48
-
49
- # Directories potentially created on remote AFP share
50
- .AppleDB
51
- .AppleDesktop
52
- Network Trash Folder
53
- Temporary Items
54
- .apdisk
55
-
56
2
# ## Python template
57
3
# Byte-compiled / optimized / DLL files
58
4
__pycache__ /
@@ -103,6 +49,7 @@ htmlcov/
103
49
nosetests.xml
104
50
coverage.xml
105
51
* .cover
52
+ * .py,cover
106
53
.hypothesis /
107
54
.pytest_cache /
108
55
@@ -114,6 +61,7 @@ coverage.xml
114
61
* .log
115
62
local_settings.py
116
63
db.sqlite3
64
+ db.sqlite3-journal
117
65
118
66
# Flask stuff:
119
67
instance /
@@ -145,8 +93,12 @@ ipython_config.py
145
93
# install all needed dependencies.
146
94
# Pipfile.lock
147
95
148
- # celery beat schedule file
96
+ # PEP 582; used by e.g. github.com/David-OConnor/pyflow
97
+ __pypackages__ /
98
+
99
+ # Celery stuff
149
100
celerybeat-schedule
101
+ celerybeat.pid
150
102
151
103
# SageMath parsed files
152
104
* .sage.py
@@ -178,4 +130,67 @@ dmypy.json
178
130
# Pyre type checker
179
131
.pyre /
180
132
181
- .idea /
133
+ # ## Windows template
134
+ # Windows thumbnail cache files
135
+ Thumbs.db
136
+ Thumbs.db:encryptable
137
+ ehthumbs.db
138
+ ehthumbs_vista.db
139
+
140
+ # Dump file
141
+ * .stackdump
142
+
143
+ # Folder config file
144
+ [Dd ]esktop.ini
145
+
146
+ # Recycle Bin used on file shares
147
+ $RECYCLE.BIN /
148
+
149
+ # Windows Installer files
150
+ * .cab
151
+ * .msi
152
+ * .msix
153
+ * .msm
154
+ * .msp
155
+
156
+ # Windows shortcuts
157
+ * .lnk
158
+
159
+ # ## macOS template
160
+ # General
161
+ .DS_Store
162
+ .AppleDouble
163
+ .LSOverride
164
+
165
+ # Icon must end with two \r
166
+ Icon
167
+
168
+ # Thumbnails
169
+ ._ *
170
+
171
+ # Files that might appear in the root of a volume
172
+ .DocumentRevisions-V100
173
+ .fseventsd
174
+ .Spotlight-V100
175
+ .TemporaryItems
176
+ .Trashes
177
+ .VolumeIcon.icns
178
+ .com.apple.timemachine.donotpresent
179
+
180
+ # Directories potentially created on remote AFP share
181
+ .AppleDB
182
+ .AppleDesktop
183
+ Network Trash Folder
184
+ Temporary Items
185
+ .apdisk
186
+ .gitignore
187
+ .idea /.gitignore
188
+ .idea /MyDocsify.iml
189
+ .idea /inspectionProfiles /
190
+ .idea /misc.xml
191
+ .idea /modules.xml
192
+ .idea /vcs.xml
193
+ docs /.DS_Store
194
+ docs /Python /.DS_Store
195
+
196
+ .idea
0 commit comments