.gitignore 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229
  1. MarkDown.html
  2. # ---> VisualStudioCode
  3. .settings
  4. # ---> TeX
  5. ## Core latex/pdflatex auxiliary files:
  6. *.aux
  7. *.lof
  8. *.log
  9. *.lot
  10. *.fls
  11. *.out
  12. *.toc
  13. ## Intermediate documents:
  14. *.dvi
  15. *-converted-to.*
  16. # these rules might exclude image files for figures etc.
  17. # *.ps
  18. # *.eps
  19. # *.pdf
  20. ## Bibliography auxiliary files (bibtex/biblatex/biber):
  21. *.bbl
  22. *.bcf
  23. *.blg
  24. *-blx.aux
  25. *-blx.bib
  26. *.brf
  27. *.run.xml
  28. ## Build tool auxiliary files:
  29. *.fdb_latexmk
  30. *.synctex
  31. *.synctex.gz
  32. *.synctex.gz(busy)
  33. *.pdfsync
  34. ## Auxiliary and intermediate files from other packages:
  35. # algorithms
  36. *.alg
  37. *.loa
  38. # achemso
  39. acs-*.bib
  40. # amsthm
  41. *.thm
  42. # beamer
  43. *.nav
  44. *.snm
  45. *.vrb
  46. #(e)ledmac/(e)ledpar
  47. *.end
  48. *.[1-9]
  49. *.[1-9][0-9]
  50. *.[1-9][0-9][0-9]
  51. *.[1-9]R
  52. *.[1-9][0-9]R
  53. *.[1-9][0-9][0-9]R
  54. *.eledsec[1-9]
  55. *.eledsec[1-9]R
  56. *.eledsec[1-9][0-9]
  57. *.eledsec[1-9][0-9]R
  58. *.eledsec[1-9][0-9][0-9]
  59. *.eledsec[1-9][0-9][0-9]R
  60. # glossaries
  61. *.acn
  62. *.acr
  63. *.glg
  64. *.glo
  65. *.gls
  66. # gnuplottex
  67. *-gnuplottex-*
  68. # hyperref
  69. *.brf
  70. # knitr
  71. *-concordance.tex
  72. *.tikz
  73. *-tikzDictionary
  74. # listings
  75. *.lol
  76. # makeidx
  77. *.idx
  78. *.ilg
  79. *.ind
  80. *.ist
  81. # minitoc
  82. *.maf
  83. *.mtc
  84. *.mtc[0-9]
  85. *.mtc[1-9][0-9]
  86. # minted
  87. _minted*
  88. *.pyg
  89. # morewrites
  90. *.mw
  91. # mylatexformat
  92. *.fmt
  93. # nomencl
  94. *.nlo
  95. # sagetex
  96. *.sagetex.sage
  97. *.sagetex.py
  98. *.sagetex.scmd
  99. # sympy
  100. *.sout
  101. *.sympy
  102. sympy-plots-for-*.tex/
  103. # TikZ & PGF
  104. *.dpth
  105. *.md5
  106. *.auxlock
  107. # todonotes
  108. *.tdo
  109. # xindy
  110. *.xdy
  111. # WinEdt
  112. *.bak
  113. *.sav
  114. # ---> SublimeText
  115. # cache files for sublime text
  116. *.tmlanguage.cache
  117. *.tmPreferences.cache
  118. *.stTheme.cache
  119. # workspace files are user-specific
  120. *.sublime-workspace
  121. # project files should be checked into the repository, unless a significant
  122. # proportion of contributors will probably not be using SublimeText
  123. # *.sublime-project
  124. # sftp configuration file
  125. sftp-config.json
  126. # ---> Python
  127. # Byte-compiled / optimized / DLL files
  128. __pycache__/
  129. *.py[cod]
  130. *$py.class
  131. # C extensions
  132. *.so
  133. # Distribution / packaging
  134. .Python
  135. env/
  136. build/
  137. develop-eggs/
  138. dist/
  139. downloads/
  140. eggs/
  141. .eggs/
  142. lib/
  143. lib64/
  144. parts/
  145. sdist/
  146. var/
  147. *.egg-info/
  148. .installed.cfg
  149. *.egg
  150. # PyInstaller
  151. # Usually these files are written by a python script from a template
  152. # before PyInstaller builds the exe, so as to inject date/other infos into it.
  153. *.manifest
  154. *.spec
  155. # Installer logs
  156. pip-log.txt
  157. pip-delete-this-directory.txt
  158. # Unit test / coverage reports
  159. htmlcov/
  160. .tox/
  161. .coverage
  162. .coverage.*
  163. .cache
  164. nosetests.xml
  165. coverage.xml
  166. *,cover
  167. # Translations
  168. *.mo
  169. *.pot
  170. # Django stuff:
  171. *.log
  172. # Sphinx documentation
  173. docs/_build/
  174. # PyBuilder
  175. target/
  176. # ---> Linux
  177. *~
  178. # KDE directory preferences
  179. .directory
  180. # Linux trash folder which might appear on any partition or disk
  181. .Trash-*