.gitignore 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442
  1. # Created by https://www.toptal.com/developers/gitignore/api/python
  2. # Edit at https://www.toptal.com/developers/gitignore?templates=python
  3. ### Python ###
  4. # Byte-compiled / optimized / DLL files
  5. __pycache__/
  6. *.py[cod]
  7. *$py.class
  8. # C extensions
  9. *.so
  10. # Distribution / packaging
  11. .Python
  12. build/
  13. develop-eggs/
  14. dist/
  15. downloads/
  16. eggs/
  17. .eggs/
  18. lib/
  19. lib64/
  20. parts/
  21. sdist/
  22. var/
  23. wheels/
  24. pip-wheel-metadata/
  25. share/python-wheels/
  26. *.egg-info/
  27. .installed.cfg
  28. *.egg
  29. MANIFEST
  30. # PyInstaller
  31. # Usually these files are written by a python script from a template
  32. # before PyInstaller builds the exe, so as to inject date/other infos into it.
  33. *.manifest
  34. *.spec
  35. # Installer logs
  36. pip-log.txt
  37. pip-delete-this-directory.txt
  38. # Unit test / coverage reports
  39. htmlcov/
  40. .tox/
  41. .nox/
  42. .coverage
  43. .coverage.*
  44. .cache
  45. nosetests.xml
  46. coverage.xml
  47. *.cover
  48. *.py,cover
  49. .hypothesis/
  50. .pytest_cache/
  51. pytestdebug.log
  52. # Translations
  53. *.mo
  54. *.pot
  55. # Django stuff:
  56. *.log
  57. local_settings.py
  58. db.sqlite3
  59. db.sqlite3-journal
  60. # Flask stuff:
  61. instance/
  62. .webassets-cache
  63. # Scrapy stuff:
  64. .scrapy
  65. # Sphinx documentation
  66. docs/_build/
  67. doc/_build/
  68. # PyBuilder
  69. target/
  70. # Jupyter Notebook
  71. .ipynb_checkpoints
  72. # IPython
  73. profile_default/
  74. ipython_config.py
  75. # pyenv
  76. .python-version
  77. # pipenv
  78. # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
  79. # However, in case of collaboration, if having platform-specific dependencies or dependencies
  80. # having no cross-platform support, pipenv may install dependencies that don't work, or not
  81. # install all needed dependencies.
  82. #Pipfile.lock
  83. # PEP 582; used by e.g. github.com/David-OConnor/pyflow
  84. __pypackages__/
  85. # Celery stuff
  86. celerybeat-schedule
  87. celerybeat.pid
  88. # SageMath parsed files
  89. *.sage.py
  90. # Environments
  91. .env
  92. .venv
  93. env/
  94. venv/
  95. ENV/
  96. env.bak/
  97. venv.bak/
  98. pythonenv*
  99. # Spyder project settings
  100. .spyderproject
  101. .spyproject
  102. # Rope project settings
  103. .ropeproject
  104. # mkdocs documentation
  105. /site
  106. # mypy
  107. .mypy_cache/
  108. .dmypy.json
  109. dmypy.json
  110. # Pyre type checker
  111. .pyre/
  112. # pytype static type analyzer
  113. .pytype/
  114. # profiling data
  115. .prof
  116. # End of https://www.toptal.com/developers/gitignore/api/python
  117. # Created by https://www.toptal.com/developers/gitignore/api/latex
  118. # Edit at https://www.toptal.com/developers/gitignore?templates=latex
  119. ### LaTeX ###
  120. ## Core latex/pdflatex auxiliary files:
  121. *.aux
  122. *.lof
  123. *.log
  124. *.lot
  125. *.fls
  126. *.out
  127. *.toc
  128. *.fmt
  129. *.fot
  130. *.cb
  131. *.cb2
  132. .*.lb
  133. ## Intermediate documents:
  134. *.dvi
  135. *.xdv
  136. *-converted-to.*
  137. # these rules might exclude image files for figures etc.
  138. # *.ps
  139. # *.eps
  140. # *.pdf
  141. ## Generated if empty string is given at "Please type another file name for output:"
  142. .pdf
  143. ## Bibliography auxiliary files (bibtex/biblatex/biber):
  144. *.bbl
  145. *.bcf
  146. *.blg
  147. *-blx.aux
  148. *-blx.bib
  149. *.run.xml
  150. ## Build tool auxiliary files:
  151. *.fdb_latexmk
  152. *.synctex
  153. *.synctex(busy)
  154. *.synctex.gz
  155. *.synctex.gz(busy)
  156. *.pdfsync
  157. ## Build tool directories for auxiliary files
  158. # latexrun
  159. latex.out/
  160. ## Auxiliary and intermediate files from other packages:
  161. # algorithms
  162. *.alg
  163. *.loa
  164. # achemso
  165. acs-*.bib
  166. # amsthm
  167. *.thm
  168. # beamer
  169. *.nav
  170. *.pre
  171. *.snm
  172. *.vrb
  173. # changes
  174. *.soc
  175. # comment
  176. *.cut
  177. # cprotect
  178. *.cpt
  179. # elsarticle (documentclass of Elsevier journals)
  180. *.spl
  181. # endnotes
  182. *.ent
  183. # fixme
  184. *.lox
  185. # feynmf/feynmp
  186. *.mf
  187. *.mp
  188. *.t[1-9]
  189. *.t[1-9][0-9]
  190. *.tfm
  191. #(r)(e)ledmac/(r)(e)ledpar
  192. *.end
  193. *.?end
  194. *.[1-9]
  195. *.[1-9][0-9]
  196. *.[1-9][0-9][0-9]
  197. *.[1-9]R
  198. *.[1-9][0-9]R
  199. *.[1-9][0-9][0-9]R
  200. *.eledsec[1-9]
  201. *.eledsec[1-9]R
  202. *.eledsec[1-9][0-9]
  203. *.eledsec[1-9][0-9]R
  204. *.eledsec[1-9][0-9][0-9]
  205. *.eledsec[1-9][0-9][0-9]R
  206. # glossaries
  207. *.acn
  208. *.acr
  209. *.glg
  210. *.glo
  211. *.gls
  212. *.glsdefs
  213. *.lzo
  214. *.lzs
  215. # uncomment this for glossaries-extra (will ignore makeindex's style files!)
  216. # *.ist
  217. # gnuplottex
  218. *-gnuplottex-*
  219. # gregoriotex
  220. *.gaux
  221. *.gtex
  222. # htlatex
  223. *.4ct
  224. *.4tc
  225. *.idv
  226. *.lg
  227. *.trc
  228. *.xref
  229. # hyperref
  230. *.brf
  231. # knitr
  232. *-concordance.tex
  233. # TODO Comment the next line if you want to keep your tikz graphics files
  234. *.tikz
  235. *-tikzDictionary
  236. # listings
  237. *.lol
  238. # luatexja-ruby
  239. *.ltjruby
  240. # makeidx
  241. *.idx
  242. *.ilg
  243. *.ind
  244. # minitoc
  245. *.maf
  246. *.mlf
  247. *.mlt
  248. *.mtc
  249. *.mtc[0-9]*
  250. *.slf[0-9]*
  251. *.slt[0-9]*
  252. *.stc[0-9]*
  253. # minted
  254. _minted*
  255. *.pyg
  256. # morewrites
  257. *.mw
  258. # nomencl
  259. *.nlg
  260. *.nlo
  261. *.nls
  262. # pax
  263. *.pax
  264. # pdfpcnotes
  265. *.pdfpc
  266. # sagetex
  267. *.sagetex.sage
  268. *.sagetex.py
  269. *.sagetex.scmd
  270. # scrwfile
  271. *.wrt
  272. # sympy
  273. *.sout
  274. *.sympy
  275. sympy-plots-for-*.tex/
  276. # pdfcomment
  277. *.upa
  278. *.upb
  279. # pythontex
  280. *.pytxcode
  281. pythontex-files-*/
  282. # tcolorbox
  283. *.listing
  284. # thmtools
  285. *.loe
  286. # TikZ & PGF
  287. *.dpth
  288. *.md5
  289. *.auxlock
  290. # todonotes
  291. *.tdo
  292. # vhistory
  293. *.hst
  294. *.ver
  295. # easy-todo
  296. *.lod
  297. # xcolor
  298. *.xcp
  299. # xmpincl
  300. *.xmpi
  301. # xindy
  302. *.xdy
  303. # xypic precompiled matrices and outlines
  304. *.xyc
  305. *.xyd
  306. # endfloat
  307. *.ttt
  308. *.fff
  309. # Latexian
  310. TSWLatexianTemp*
  311. ## Editors:
  312. # WinEdt
  313. *.bak
  314. *.sav
  315. # Texpad
  316. .texpadtmp
  317. # LyX
  318. *.lyx~
  319. # Kile
  320. *.backup
  321. # gummi
  322. .*.swp
  323. # KBibTeX
  324. *~[0-9]*
  325. # TeXnicCenter
  326. *.tps
  327. # auto folder when using emacs and auctex
  328. ./auto/*
  329. *.el
  330. # expex forward references with \gathertags
  331. *-tags.tex
  332. # standalone packages
  333. *.sta
  334. # Makeindex log files
  335. *.lpz
  336. # REVTeX puts footnotes in the bibliography by default, unless the nofootinbib
  337. # option is specified. Footnotes are the stored in a file with suffix Notes.bib.
  338. # Uncomment the next line to have this generated file ignored.
  339. #*Notes.bib
  340. ### LaTeX Patch ###
  341. # LIPIcs / OASIcs
  342. *.vtc
  343. # glossaries
  344. *.glstex
  345. # End of https://www.toptal.com/developers/gitignore/api/latex