Skip to content

Commit e365902

Browse files
committed
Change case in svg filename
1 parent 6b73f3c commit e365902

File tree

6 files changed

+745
-441
lines changed

6 files changed

+745
-441
lines changed

.gitignore

+308-6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,46 @@
1+
### Linux ###
2+
*~
3+
4+
# temporary files which can be created if a process still has a handle open of a deleted file
5+
.fuse_hidden*
6+
7+
# KDE directory preferences
8+
.directory
9+
10+
# Linux trash folder which might appear on any partition or disk
11+
.Trash-*
12+
13+
# .nfs files are created when an open file is removed but is still being accessed
14+
.nfs*
15+
16+
### macOS ###
17+
*.DS_Store
18+
.AppleDouble
19+
.LSOverride
20+
21+
# Icon must end with two \r
22+
Icon
23+
24+
# Thumbnails
25+
._*
26+
27+
# Files that might appear in the root of a volume
28+
.DocumentRevisions-V100
29+
.fseventsd
30+
.Spotlight-V100
31+
.TemporaryItems
32+
.Trashes
33+
.VolumeIcon.icns
34+
.com.apple.timemachine.donotpresent
35+
36+
# Directories potentially created on remote AFP share
37+
.AppleDB
38+
.AppleDesktop
39+
Network Trash Folder
40+
Temporary Items
41+
.apdisk
42+
43+
### Python ###
144
# Byte-compiled / optimized / DLL files
245
__pycache__/
346
*.py[cod]
@@ -8,7 +51,6 @@ __pycache__/
851

952
# Distribution / packaging
1053
.Python
11-
env/
1254
build/
1355
develop-eggs/
1456
dist/
@@ -20,6 +62,7 @@ lib64/
2062
parts/
2163
sdist/
2264
var/
65+
wheels/
2366
*.egg-info/
2467
.installed.cfg
2568
*.egg
@@ -42,7 +85,7 @@ htmlcov/
4285
.cache
4386
nosetests.xml
4487
coverage.xml
45-
*,cover
88+
*.cover
4689
.hypothesis/
4790

4891
# Translations
@@ -66,7 +109,7 @@ docs/_build/
66109
# PyBuilder
67110
target/
68111

69-
# IPython Notebook
112+
# Jupyter Notebook
70113
.ipynb_checkpoints
71114

72115
# pyenv
@@ -75,15 +118,274 @@ target/
75118
# celery beat schedule file
76119
celerybeat-schedule
77120

78-
# dotenv
79-
.env
121+
# SageMath parsed files
122+
*.sage.py
80123

81-
# virtualenv
124+
# Environments
125+
.env
126+
.venv
127+
env/
82128
venv/
83129
ENV/
130+
env.bak/
131+
venv.bak/
84132

85133
# Spyder project settings
86134
.spyderproject
135+
.spyproject
87136

88137
# Rope project settings
89138
.ropeproject
139+
140+
# mkdocs documentation
141+
/site
142+
143+
# mypy
144+
.mypy_cache/
145+
146+
### TeX ###
147+
## Core latex/pdflatex auxiliary files:
148+
*.aux
149+
*.lof
150+
*.lot
151+
*.fls
152+
*.out
153+
*.toc
154+
*.fmt
155+
*.fot
156+
*.cb
157+
*.cb2
158+
159+
## Intermediate documents:
160+
*.dvi
161+
*.xdv
162+
*-converted-to.*
163+
# these rules might exclude image files for figures etc.
164+
# *.ps
165+
# *.eps
166+
# *.pdf
167+
168+
## Generated if empty string is given at "Please type another file name for output:"
169+
.pdf
170+
171+
## Bibliography auxiliary files (bibtex/biblatex/biber):
172+
*.bbl
173+
*.bcf
174+
*.blg
175+
*-blx.aux
176+
*-blx.bib
177+
*.run.xml
178+
179+
## Build tool auxiliary files:
180+
*.fdb_latexmk
181+
*.synctex
182+
*.synctex(busy)
183+
*.synctex.gz
184+
*.synctex.gz(busy)
185+
*.pdfsync
186+
*Notes.bib
187+
188+
## Auxiliary and intermediate files from other packages:
189+
# algorithms
190+
*.alg
191+
*.loa
192+
193+
# achemso
194+
acs-*.bib
195+
196+
# amsthm
197+
*.thm
198+
199+
# beamer
200+
*.nav
201+
*.pre
202+
*.snm
203+
*.vrb
204+
205+
# changes
206+
*.soc
207+
208+
# cprotect
209+
*.cpt
210+
211+
# elsarticle (documentclass of Elsevier journals)
212+
*.spl
213+
214+
# endnotes
215+
*.ent
216+
217+
# fixme
218+
*.lox
219+
220+
# feynmf/feynmp
221+
*.mf
222+
*.mp
223+
*.t[1-9]
224+
*.t[1-9][0-9]
225+
*.tfm
226+
227+
#(r)(e)ledmac/(r)(e)ledpar
228+
*.end
229+
*.?end
230+
*.[1-9]
231+
*.[1-9][0-9]
232+
*.[1-9][0-9][0-9]
233+
*.[1-9]R
234+
*.[1-9][0-9]R
235+
*.[1-9][0-9][0-9]R
236+
*.eledsec[1-9]
237+
*.eledsec[1-9]R
238+
*.eledsec[1-9][0-9]
239+
*.eledsec[1-9][0-9]R
240+
*.eledsec[1-9][0-9][0-9]
241+
*.eledsec[1-9][0-9][0-9]R
242+
243+
# glossaries
244+
*.acn
245+
*.acr
246+
*.glg
247+
*.glo
248+
*.gls
249+
*.glsdefs
250+
251+
# gnuplottex
252+
*-gnuplottex-*
253+
254+
# gregoriotex
255+
*.gaux
256+
*.gtex
257+
258+
# hyperref
259+
*.brf
260+
261+
# knitr
262+
*-concordance.tex
263+
# TODO Comment the next line if you want to keep your tikz graphics files
264+
*.tikz
265+
*-tikzDictionary
266+
267+
# listings
268+
*.lol
269+
270+
# makeidx
271+
*.idx
272+
*.ilg
273+
*.ind
274+
*.ist
275+
276+
# minitoc
277+
*.maf
278+
*.mlf
279+
*.mlt
280+
*.mtc[0-9]*
281+
*.slf[0-9]*
282+
*.slt[0-9]*
283+
*.stc[0-9]*
284+
285+
# minted
286+
_minted*
287+
*.pyg
288+
289+
# morewrites
290+
*.mw
291+
292+
# nomencl
293+
*.nlo
294+
295+
# pax
296+
*.pax
297+
298+
# pdfpcnotes
299+
*.pdfpc
300+
301+
# sagetex
302+
*.sagetex.sage
303+
*.sagetex.py
304+
*.sagetex.scmd
305+
306+
# scrwfile
307+
*.wrt
308+
309+
# sympy
310+
*.sout
311+
*.sympy
312+
sympy-plots-for-*.tex/
313+
314+
# pdfcomment
315+
*.upa
316+
*.upb
317+
318+
# pythontex
319+
*.pytxcode
320+
pythontex-files-*/
321+
322+
# thmtools
323+
*.loe
324+
325+
# TikZ & PGF
326+
*.dpth
327+
*.md5
328+
*.auxlock
329+
330+
# todonotes
331+
*.tdo
332+
333+
# easy-todo
334+
*.lod
335+
336+
# xindy
337+
*.xdy
338+
339+
# xypic precompiled matrices
340+
*.xyc
341+
342+
# endfloat
343+
*.ttt
344+
*.fff
345+
346+
# Latexian
347+
TSWLatexianTemp*
348+
349+
## Editors:
350+
# WinEdt
351+
*.bak
352+
*.sav
353+
354+
# Texpad
355+
.texpadtmp
356+
357+
# Kile
358+
*.backup
359+
360+
# KBibTeX
361+
*~[0-9]*
362+
363+
# auto folder when using emacs and auctex
364+
/auto/*
365+
366+
# expex forward references with \gathertags
367+
*-tags.tex
368+
369+
### Windows ###
370+
# Windows thumbnail cache files
371+
Thumbs.db
372+
ehthumbs.db
373+
ehthumbs_vista.db
374+
375+
# Folder config file
376+
Desktop.ini
377+
378+
# Recycle Bin used on file shares
379+
$RECYCLE.BIN/
380+
381+
# Windows Installer files
382+
*.cab
383+
*.msi
384+
*.msm
385+
*.msp
386+
387+
# Windows shortcuts
388+
*.lnk
389+
390+
# End of https://www.gitignore.io/api/tex,linux,macos,python,windows
391+

img/PacMan.ogv

-290 KB
Binary file not shown.

img/Thumbs.db

-198 KB
Binary file not shown.

0 commit comments

Comments
 (0)