···11+### Python template
22+# Byte-compiled / optimized / DLL files
33+__pycache__/
44+*.py[cod]
55+*$py.class
66+77+# C extensions
88+*.so
99+1010+# Distribution / packaging
1111+.Python
1212+build/
1313+develop-eggs/
1414+dist/
1515+downloads/
1616+eggs/
1717+.eggs/
1818+lib/
1919+lib64/
2020+parts/
2121+sdist/
2222+var/
2323+wheels/
2424+*.egg-info/
2525+.installed.cfg
2626+*.egg
2727+2828+# PyInstaller
2929+# Usually these files are written by a python script from a template
3030+# before PyInstaller builds the exe, so as to inject date/other infos into it.
3131+*.manifest
3232+*.spec
3333+3434+# Installer logs
3535+pip-log.txt
3636+pip-delete-this-directory.txt
3737+3838+# Unit test / coverage reports
3939+htmlcov/
4040+.tox/
4141+.coverage
4242+.coverage.*
4343+.cache
4444+nosetests.xml
4545+coverage.xml
4646+*.cover
4747+.hypothesis/
4848+4949+# Translations
5050+*.mo
5151+*.pot
5252+5353+# Django stuff:
5454+staticfiles/
5555+5656+# Sphinx documentation
5757+docs/_build/
5858+5959+# PyBuilder
6060+target/
6161+6262+# pyenv
6363+.python-version
6464+6565+# celery beat schedule file
6666+celerybeat-schedule
6767+6868+# Environments
6969+.envrc
7070+.env
7171+.venv
7272+env/
7373+venv/
7474+ENV/
7575+7676+# Rope project settings
7777+.ropeproject
7878+7979+# mkdocs documentation
8080+/site
8181+8282+# mypy
8383+.mypy_cache/
8484+8585+8686+### Node template
8787+# Logs
8888+logs
8989+*.log
9090+npm-debug.log*
9191+yarn-debug.log*
9292+yarn-error.log*
9393+9494+# Runtime data
9595+pids
9696+*.pid
9797+*.seed
9898+*.pid.lock
9999+100100+# Directory for instrumented libs generated by jscoverage/JSCover
101101+lib-cov
102102+103103+# Coverage directory used by tools like istanbul
104104+coverage
105105+106106+# nyc test coverage
107107+.nyc_output
108108+109109+# Bower dependency directory (https://bower.io/)
110110+bower_components
111111+112112+# node-waf configuration
113113+.lock-wscript
114114+115115+# Compiled binary addons (http://nodejs.org/api/addons.html)
116116+build/Release
117117+118118+# Dependency directories
119119+node_modules/
120120+jspm_packages/
121121+122122+# Typescript v1 declaration files
123123+typings/
124124+125125+# Optional npm cache directory
126126+.npm
127127+128128+# Optional eslint cache
129129+.eslintcache
130130+131131+# Optional REPL history
132132+.node_repl_history
133133+134134+# Output of 'npm pack'
135135+*.tgz
136136+137137+# Yarn Integrity file
138138+.yarn-integrity
139139+140140+141141+### Linux template
142142+*~
143143+144144+# temporary files which can be created if a process still has a handle open of a deleted file
145145+.fuse_hidden*
146146+147147+# KDE directory preferences
148148+.directory
149149+150150+# Linux trash folder which might appear on any partition or disk
151151+.Trash-*
152152+153153+# .nfs files are created when an open file is removed but is still being accessed
154154+.nfs*
155155+156156+### IDEs
157157+.vscode
158158+.idea
159159+160160+### Windows template
161161+# Windows thumbnail cache files
162162+Thumbs.db
163163+ehthumbs.db
164164+ehthumbs_vista.db
165165+166166+# Dump file
167167+*.stackdump
168168+169169+# Folder config file
170170+Desktop.ini
171171+172172+# Recycle Bin used on file shares
173173+$RECYCLE.BIN/
174174+175175+# Windows Installer files
176176+*.cab
177177+*.msi
178178+*.msm
179179+*.msp
180180+181181+# Windows shortcuts
182182+*.lnk
183183+184184+### macOS template
185185+# General
186186+*.DS_Store
187187+.AppleDouble
188188+.LSOverride
189189+190190+# Icon must end with two \r
191191+Icon
192192+193193+# Thumbnails
194194+._*
195195+196196+# Files that might appear in the root of a volume
197197+.DocumentRevisions-V100
198198+.fseventsd
199199+.Spotlight-V100
200200+.TemporaryItems
201201+.Trashes
202202+.VolumeIcon.icns
203203+.com.apple.timemachine.donotpresent
204204+205205+# Directories potentially created on remote AFP share
206206+.AppleDB
207207+.AppleDesktop
208208+Network Trash Folder
209209+Temporary Items
210210+.apdisk
211211+212212+### SublimeText template
213213+# Cache files for Sublime Text
214214+*.tmlanguage.cache
215215+*.tmPreferences.cache
216216+*.stTheme.cache
217217+218218+# Workspace files are user-specific
219219+*.sublime-workspace
220220+221221+# Project files should be checked into the repository, unless a significant
222222+# proportion of contributors will probably not be using Sublime Text
223223+# *.sublime-project
224224+225225+# SFTP configuration file
226226+sftp-config.json
227227+228228+# Package control specific files
229229+Package Control.last-run
230230+Package Control.ca-list
231231+Package Control.ca-bundle
232232+Package Control.system-ca-bundle
233233+Package Control.cache/
234234+Package Control.ca-certs/
235235+Package Control.merged-ca-bundle
236236+Package Control.user-ca-bundle
237237+oscrypto-ca-bundle.crt
238238+bh_unicode_properties.cache
239239+240240+# Sublime-github package stores a github token in this file
241241+# https://packagecontrol.io/packages/sublime-github
242242+GitHub.sublime-settings
243243+244244+### Vim template
245245+# Swap
246246+[._]*.s[a-v][a-z]
247247+[._]*.sw[a-p]
248248+[._]s[a-v][a-z]
249249+[._]sw[a-p]
250250+251251+# Session
252252+Session.vim
253253+254254+# Temporary
255255+.netrwhist
256256+257257+# Auto-generated tag files
258258+tags
259259+260260+### Project template
261261+.pytest_cache/