52 lines
431 B
Plaintext
52 lines
431 B
Plaintext
# LaTeX
|
|
*.aux
|
|
*.bbl
|
|
*.blg
|
|
*.log
|
|
*.out
|
|
*.pdf
|
|
*.synctex.gz
|
|
*.fdb_latexmk
|
|
*.fls
|
|
*.toc
|
|
*.lof
|
|
*.lot
|
|
*.run.xml
|
|
*~
|
|
*.dvi
|
|
*.ps
|
|
*.idx
|
|
*.ilg
|
|
*.ind
|
|
*.nav
|
|
*.snm
|
|
*.vrb
|
|
*.bcf
|
|
*.xml
|
|
|
|
# Python (if applicable)
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
.Python
|
|
env/
|
|
venv/
|
|
.env
|
|
.venv
|
|
pip-log.txt
|
|
pip-delete-this-directory.txt
|
|
.tox/
|
|
.coverage
|
|
.cache
|
|
nosetests.xml
|
|
coverage.xml
|
|
*.coveragerc
|
|
.hypothesis/
|
|
|
|
# Windows
|
|
Thumbs.db
|
|
ehthumbs.db
|
|
Desktop.ini
|
|
$RECYCLE.BIN/
|