.gitignore 2.6 KB

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