File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ __pycache__/**/
12
12
* .pyd
13
13
* .pyc
14
14
15
+
15
16
# Common typo/mistake variants
16
17
pycache /
17
18
PyCache /
@@ -51,12 +52,17 @@ venv_env/
51
52
.Python
52
53
build /
53
54
dist /
55
+ parts /
54
56
sdist /
55
57
wheels /
56
58
downloads /
57
59
.eggs /
58
60
* .egg
59
61
* .egg-info /
62
+ lib /
63
+ lib64 /
64
+ var /
65
+ share /python-wheels /
60
66
.installed.cfg
61
67
MANIFEST
62
68
@@ -115,6 +121,7 @@ site/
115
121
# -------------------------
116
122
# IDEs
117
123
# -------------------------
124
+ .idea
118
125
.idea /
119
126
.vscode /
120
127
.spyderproject
@@ -182,6 +189,33 @@ Thumbs.db
182
189
* ~
183
190
* .bak
184
191
192
+ # -------------------------
193
+ # SQLite temporary and ShowYourWork database files
194
+ # -------------------------
195
+
196
+ _showyourwork.sqlite
197
+ _showyourwork.sqlite-journal
198
+ _showyourwork.sqlite-wal
199
+ _showyourwork.sqlite-shm
200
+ _showyourwork. *
201
+ showyourwork.sqlite
202
+ showyourwork.sqlite-journal
203
+ showyourwork.sqlite-wal
204
+ showyourwork.sqlite-shm
205
+ * .sqlite
206
+ * .sqlite3
207
+
208
+ # -------------------------
209
+ # Translations
210
+ # -------------------------
211
+ * .mo
212
+ * .pot
213
+
214
+ # -------------------------
215
+ # Cython debug symbols
216
+ # -------------------------
217
+ cython_debug /
218
+
185
219
# -------------------------
186
220
# Example custom ignored file
187
221
# -------------------------
You can’t perform that action at this time.
0 commit comments