No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.gitignore 8.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614
  1. ### JupyterNotebooks ###
  2. # gitignore template for Jupyter Notebooks
  3. # website: http://jupyter.org/
  4. .ipynb_checkpoints
  5. */.ipynb_checkpoints/*
  6. # IPython
  7. profile_default/
  8. ipython_config.py
  9. # Remove previous ipynb_checkpoints
  10. # git rm -r .ipynb_checkpoints/
  11. ### LaTeX ###
  12. ## Core latex/pdflatex auxiliary files:
  13. *.aux
  14. *.lof
  15. *.log
  16. *.lot
  17. *.fls
  18. *.out
  19. *.toc
  20. *.fmt
  21. *.fot
  22. *.cb
  23. *.cb2
  24. .*.lb
  25. ## Intermediate documents:
  26. *.dvi
  27. *.xdv
  28. *-converted-to.*
  29. # these rules might exclude image files for figures etc.
  30. # *.ps
  31. # *.eps
  32. # *.pdf
  33. ## Generated if empty string is given at "Please type another file name for output:"
  34. .pdf
  35. ## Bibliography auxiliary files (bibtex/biblatex/biber):
  36. *.bbl
  37. *.bcf
  38. *.blg
  39. *-blx.aux
  40. *-blx.bib
  41. *.run.xml
  42. ## Build tool auxiliary files:
  43. *.fdb_latexmk
  44. *.synctex
  45. *.synctex(busy)
  46. *.synctex.gz
  47. *.synctex.gz(busy)
  48. *.pdfsync
  49. ## Build tool directories for auxiliary files
  50. # latexrun
  51. latex.out/
  52. ## Auxiliary and intermediate files from other packages:
  53. # algorithms
  54. *.alg
  55. *.loa
  56. # achemso
  57. acs-*.bib
  58. # amsthm
  59. *.thm
  60. # beamer
  61. *.nav
  62. *.pre
  63. *.snm
  64. *.vrb
  65. # changes
  66. *.soc
  67. # comment
  68. *.cut
  69. # cprotect
  70. *.cpt
  71. # elsarticle (documentclass of Elsevier journals)
  72. *.spl
  73. # endnotes
  74. *.ent
  75. # fixme
  76. *.lox
  77. # feynmf/feynmp
  78. *.mf
  79. *.mp
  80. *.t[1-9]
  81. *.t[1-9][0-9]
  82. *.tfm
  83. #(r)(e)ledmac/(r)(e)ledpar
  84. *.end
  85. *.?end
  86. *.[1-9]
  87. *.[1-9][0-9]
  88. *.[1-9][0-9][0-9]
  89. *.[1-9]R
  90. *.[1-9][0-9]R
  91. *.[1-9][0-9][0-9]R
  92. *.eledsec[1-9]
  93. *.eledsec[1-9]R
  94. *.eledsec[1-9][0-9]
  95. *.eledsec[1-9][0-9]R
  96. *.eledsec[1-9][0-9][0-9]
  97. *.eledsec[1-9][0-9][0-9]R
  98. # glossaries
  99. *.acn
  100. *.acr
  101. *.glg
  102. *.glo
  103. *.gls
  104. *.glsdefs
  105. *.lzo
  106. *.lzs
  107. *.slg
  108. *.slo
  109. *.sls
  110. # uncomment this for glossaries-extra (will ignore makeindex's style files!)
  111. # *.ist
  112. # gnuplot
  113. *.gnuplot
  114. *.table
  115. # gnuplottex
  116. *-gnuplottex-*
  117. # gregoriotex
  118. *.gaux
  119. *.glog
  120. *.gtex
  121. # htlatex
  122. *.4ct
  123. *.4tc
  124. *.idv
  125. *.lg
  126. *.trc
  127. *.xref
  128. # hyperref
  129. *.brf
  130. # knitr
  131. *-concordance.tex
  132. # TODO Uncomment the next line if you use knitr and want to ignore its generated tikz files
  133. # *.tikz
  134. *-tikzDictionary
  135. # listings
  136. *.lol
  137. # luatexja-ruby
  138. *.ltjruby
  139. # makeidx
  140. *.idx
  141. *.ilg
  142. *.ind
  143. # minitoc
  144. *.maf
  145. *.mlf
  146. *.mlt
  147. *.mtc[0-9]*
  148. *.slf[0-9]*
  149. *.slt[0-9]*
  150. *.stc[0-9]*
  151. # minted
  152. _minted*
  153. *.pyg
  154. # morewrites
  155. *.mw
  156. # newpax
  157. *.newpax
  158. # nomencl
  159. *.nlg
  160. *.nlo
  161. *.nls
  162. # pax
  163. *.pax
  164. # pdfpcnotes
  165. *.pdfpc
  166. # sagetex
  167. *.sagetex.sage
  168. *.sagetex.py
  169. *.sagetex.scmd
  170. # scrwfile
  171. *.wrt
  172. # svg
  173. svg-inkscape/
  174. # sympy
  175. *.sout
  176. *.sympy
  177. sympy-plots-for-*.tex/
  178. # pdfcomment
  179. *.upa
  180. *.upb
  181. # pythontex
  182. *.pytxcode
  183. pythontex-files-*/
  184. # tcolorbox
  185. *.listing
  186. # thmtools
  187. *.loe
  188. # TikZ & PGF
  189. *.dpth
  190. *.md5
  191. *.auxlock
  192. # titletoc
  193. *.ptc
  194. # todonotes
  195. *.tdo
  196. # vhistory
  197. *.hst
  198. *.ver
  199. # easy-todo
  200. *.lod
  201. # xcolor
  202. *.xcp
  203. # xmpincl
  204. *.xmpi
  205. # xindy
  206. *.xdy
  207. # xypic precompiled matrices and outlines
  208. *.xyc
  209. *.xyd
  210. # endfloat
  211. *.ttt
  212. *.fff
  213. # Latexian
  214. TSWLatexianTemp*
  215. ## Editors:
  216. # WinEdt
  217. *.bak
  218. *.sav
  219. # Texpad
  220. .texpadtmp
  221. # LyX
  222. *.lyx~
  223. # Kile
  224. *.backup
  225. # gummi
  226. .*.swp
  227. # KBibTeX
  228. *~[0-9]*
  229. # TeXnicCenter
  230. *.tps
  231. # auto folder when using emacs and auctex
  232. ./auto/*
  233. *.el
  234. # expex forward references with \gathertags
  235. *-tags.tex
  236. # standalone packages
  237. *.sta
  238. # Makeindex log files
  239. *.lpz
  240. # xwatermark package
  241. *.xwm
  242. # REVTeX puts footnotes in the bibliography by default, unless the nofootinbib
  243. # option is specified. Footnotes are the stored in a file with suffix Notes.bib.
  244. # Uncomment the next line to have this generated file ignored.
  245. #*Notes.bib
  246. ### LaTeX Patch ###
  247. # LIPIcs / OASIcs
  248. *.vtc
  249. # glossaries
  250. *.glstex
  251. ### Linux ###
  252. *~
  253. # temporary files which can be created if a process still has a handle open of a deleted file
  254. .fuse_hidden*
  255. # KDE directory preferences
  256. .directory
  257. # Linux trash folder which might appear on any partition or disk
  258. .Trash-*
  259. # .nfs files are created when an open file is removed but is still being accessed
  260. .nfs*
  261. ### macOS ###
  262. # General
  263. .DS_Store
  264. .AppleDouble
  265. .LSOverride
  266. # Icon must end with two \r
  267. Icon
  268. # Thumbnails
  269. ._*
  270. # Files that might appear in the root of a volume
  271. .DocumentRevisions-V100
  272. .fseventsd
  273. .Spotlight-V100
  274. .TemporaryItems
  275. .Trashes
  276. .VolumeIcon.icns
  277. .com.apple.timemachine.donotpresent
  278. # Directories potentially created on remote AFP share
  279. .AppleDB
  280. .AppleDesktop
  281. Network Trash Folder
  282. Temporary Items
  283. .apdisk
  284. ### Python ###
  285. # Byte-compiled / optimized / DLL files
  286. __pycache__/
  287. *.py[cod]
  288. *$py.class
  289. # C extensions
  290. *.so
  291. # Distribution / packaging
  292. .Python
  293. build/
  294. develop-eggs/
  295. dist/
  296. downloads/
  297. eggs/
  298. .eggs/
  299. lib/
  300. lib64/
  301. parts/
  302. sdist/
  303. var/
  304. wheels/
  305. share/python-wheels/
  306. *.egg-info/
  307. .installed.cfg
  308. *.egg
  309. MANIFEST
  310. # PyInstaller
  311. # Usually these files are written by a python script from a template
  312. # before PyInstaller builds the exe, so as to inject date/other infos into it.
  313. *.manifest
  314. *.spec
  315. # Installer logs
  316. pip-log.txt
  317. pip-delete-this-directory.txt
  318. # Unit test / coverage reports
  319. htmlcov/
  320. .tox/
  321. .nox/
  322. .coverage
  323. .coverage.*
  324. .cache
  325. nosetests.xml
  326. coverage.xml
  327. *.cover
  328. *.py,cover
  329. .hypothesis/
  330. .pytest_cache/
  331. cover/
  332. # Translations
  333. *.mo
  334. *.pot
  335. # Django stuff:
  336. local_settings.py
  337. db.sqlite3
  338. db.sqlite3-journal
  339. # Flask stuff:
  340. instance/
  341. .webassets-cache
  342. # Scrapy stuff:
  343. .scrapy
  344. # Sphinx documentation
  345. docs/_build/
  346. # PyBuilder
  347. .pybuilder/
  348. target/
  349. # Jupyter Notebook
  350. # IPython
  351. # pyenv
  352. # For a library or package, you might want to ignore these files since the code is
  353. # intended to run in multiple environments; otherwise, check them in:
  354. # .python-version
  355. # pipenv
  356. # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
  357. # However, in case of collaboration, if having platform-specific dependencies or dependencies
  358. # having no cross-platform support, pipenv may install dependencies that don't work, or not
  359. # install all needed dependencies.
  360. #Pipfile.lock
  361. # poetry
  362. # Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
  363. # This is especially recommended for binary packages to ensure reproducibility, and is more
  364. # commonly ignored for libraries.
  365. # https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
  366. #poetry.lock
  367. # PEP 582; used by e.g. github.com/David-OConnor/pyflow
  368. __pypackages__/
  369. # Celery stuff
  370. celerybeat-schedule
  371. celerybeat.pid
  372. # SageMath parsed files
  373. *.sage.py
  374. # Environments
  375. .env
  376. .venv
  377. env/
  378. venv/
  379. ENV/
  380. env.bak/
  381. venv.bak/
  382. # Spyder project settings
  383. .spyderproject
  384. .spyproject
  385. # Rope project settings
  386. .ropeproject
  387. # mkdocs documentation
  388. /site
  389. # mypy
  390. .mypy_cache/
  391. .dmypy.json
  392. dmypy.json
  393. # Pyre type checker
  394. .pyre/
  395. # pytype static type analyzer
  396. .pytype/
  397. # Cython debug symbols
  398. cython_debug/
  399. # PyCharm
  400. # JetBrains specific template is maintainted in a separate JetBrains.gitignore that can
  401. # be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
  402. # and can be added to the global gitignore or merged into this file. For a more nuclear
  403. # option (not recommended) you can uncomment the following to ignore the entire idea folder.
  404. #.idea/
  405. ### R ###
  406. # History files
  407. .Rhistory
  408. .Rapp.history
  409. # Session Data files
  410. .RData
  411. .RDataTmp
  412. # User-specific files
  413. .Ruserdata
  414. # Example code in package build process
  415. *-Ex.R
  416. # Output files from R CMD build
  417. /*.tar.gz
  418. # Output files from R CMD check
  419. /*.Rcheck/
  420. # RStudio files
  421. .Rproj.user/
  422. # produced vignettes
  423. vignettes/*.html
  424. vignettes/*.pdf
  425. # OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3
  426. .httr-oauth
  427. # knitr and R markdown default cache directories
  428. *_cache/
  429. /cache/
  430. # Temporary files created by R markdown
  431. *.utf8.md
  432. *.knit.md
  433. # R Environment Variables
  434. .Renviron
  435. # pkgdown site
  436. docs/
  437. # translation temp files
  438. po/*~
  439. # RStudio Connect folder
  440. rsconnect/
  441. ### R.Bookdown Stack ###
  442. # R package: bookdown caching files
  443. /*_files/
  444. ### VisualStudioCode ###
  445. .vscode/
  446. # Local History for Visual Studio Code
  447. .history/
  448. # Built Visual Studio Code Extensions
  449. *.vsix
  450. ### VisualStudioCode Patch ###
  451. # Ignore all local history of files
  452. .history
  453. .ionide
  454. # Support for Project snippet scope
  455. ### Windows ###
  456. # Windows thumbnail cache files
  457. Thumbs.db
  458. Thumbs.db:encryptable
  459. ehthumbs.db
  460. ehthumbs_vista.db
  461. # Dump file
  462. *.stackdump
  463. # Folder config file
  464. [Dd]esktop.ini
  465. # Recycle Bin used on file shares
  466. $RECYCLE.BIN/
  467. # Windows Installer files
  468. *.cab
  469. *.msi
  470. *.msix
  471. *.msm
  472. *.msp
  473. # Windows shortcuts
  474. *.lnk