.gitignore 2.6 KB

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