Created
February 19, 2020 14:03
-
-
Save QuentinN42/d499ab4843b7ee436bd5d4c622214226 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*~ | |
.fuse_hidden* | |
.directory | |
.Trash-* | |
.nfs* | |
.DS_Store | |
.AppleDouble | |
.LSOverride | |
Icon | |
._* | |
.DocumentRevisions-V100 | |
.fseventsd | |
.Spotlight-V100 | |
.TemporaryItems | |
.Trashes | |
.VolumeIcon.icns | |
.com.apple.timemachine.donotpresent | |
.AppleDB | |
.AppleDesktop | |
Network Trash Folder | |
Temporary Items | |
.apdisk | |
__pycache__/ | |
*.py[cod] | |
*$py.class | |
*.so | |
.Python | |
build/ | |
develop-eggs/ | |
dist/ | |
downloads/ | |
eggs/ | |
.eggs/ | |
lib/ | |
lib64/ | |
parts/ | |
sdist/ | |
var/ | |
wheels/ | |
*.egg-info/ | |
.installed.cfg | |
*.egg | |
MANIFEST | |
*.manifest | |
*.spec | |
pip-log.txt | |
pip-delete-this-directory.txt | |
htmlcov/ | |
.tox/ | |
.coverage | |
.coverage.* | |
.cache | |
nosetests.xml | |
coverage.xml | |
*.cover | |
.hypothesis/ | |
.pytest_cache/ | |
*.mo | |
*.pot | |
*.log | |
local_settings.py | |
db.sqlite3 | |
instance/ | |
.webassets-cache | |
.scrapy | |
docs/_build/ | |
target/ | |
.ipynb_checkpoints | |
.python-version | |
celerybeat-schedule | |
*.sage.py | |
.env | |
.venv | |
env/ | |
venv/ | |
ENV/ | |
env.bak/ | |
venv.bak/ | |
.spyderproject | |
.spyproject | |
.ropeproject | |
/site | |
.mypy_cache/ | |
*.aux | |
*.lof | |
*.lot | |
*.fls | |
*.out | |
*.toc | |
*.fmt | |
*.fot | |
*.cb | |
*.cb2 | |
.*.lb | |
*.dvi | |
*.xdv | |
*-converted-to.* | |
*.bbl | |
*.bcf | |
*.blg | |
*-blx.aux | |
*-blx.bib | |
*.run.xml | |
*.fdb_latexmk | |
*.synctex | |
*.synctex(busy) | |
*.synctex.gz | |
*.synctex.gz(busy) | |
*.pdfsync | |
latex.out/ | |
*.alg | |
*.loa | |
acs-*.bib | |
*.thm | |
*.nav | |
*.pre | |
*.snm | |
*.vrb | |
*.soc | |
*.cpt | |
*.spl | |
*.ent | |
*.lox | |
*.mf | |
*.mp | |
*.t[1-9] | |
*.t[1-9][0-9] | |
*.tfm | |
*.end | |
*.?end | |
*.[1-9] | |
*.[1-9][0-9] | |
*.[1-9][0-9][0-9] | |
*.[1-9]R | |
*.[1-9][0-9]R | |
*.[1-9][0-9][0-9]R | |
*.eledsec[1-9] | |
*.eledsec[1-9]R | |
*.eledsec[1-9][0-9] | |
*.eledsec[1-9][0-9]R | |
*.eledsec[1-9][0-9][0-9] | |
*.eledsec[1-9][0-9][0-9]R | |
*.acn | |
*.acr | |
*.glg | |
*.glo | |
*.gls | |
*.glsdefs | |
*-gnuplottex-* | |
*.gaux | |
*.gtex | |
*.4ct | |
*.4tc | |
*.idv | |
*.lg | |
*.trc | |
*.xref | |
*.brf | |
*-concordance.tex | |
*.tikz | |
*-tikzDictionary | |
*.lol | |
*.idx | |
*.ilg | |
*.ind | |
*.ist | |
*.maf | |
*.mlf | |
*.mlt | |
*.mtc[0-9]* | |
*.slf[0-9]* | |
*.slt[0-9]* | |
*.stc[0-9]* | |
_minted* | |
*.pyg | |
*.mw | |
*.nlg | |
*.nlo | |
*.nls | |
*.pax | |
*.pdfpc | |
*.sagetex.sage | |
*.sagetex.py | |
*.sagetex.scmd | |
*.wrt | |
*.sout | |
*.sympy | |
sympy-plots-for-*.tex/ | |
*.upa | |
*.upb | |
*.pytxcode | |
pythontex-files-*/ | |
*.loe | |
*.dpth | |
*.md5 | |
*.auxlock | |
*.tdo | |
*.lod | |
*.xmpi | |
*.xdy | |
*.xyc | |
*.ttt | |
*.fff | |
TSWLatexianTemp* | |
*.bak | |
*.sav | |
.texpadtmp | |
*.backup | |
*~[0-9]* | |
./auto/* | |
*.el | |
*-tags.tex | |
*.sta | |
Thumbs.db | |
ehthumbs.db | |
ehthumbs_vista.db | |
*.stackdump | |
[Dd]esktop.ini | |
$RECYCLE.BIN/ | |
*.cab | |
*.msi | |
*.msix | |
*.msm | |
*.msp | |
*.lnk | |
.idea/ | |
jerr | |
jlog | |
*ignore* | |
!/.gitignore |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment