.gitignore 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739
  1. # Created by https://www.gitignore.io/api/latex,python,visualstudio
  2. # database data
  3. /mongo-data/*
  4. /mariadb-data/*
  5. ### NOT_IN_USE ###
  6. /NOT_IN_USE/*
  7. ### config file, env file ###
  8. .env
  9. ### logs ###
  10. *.log
  11. /logs/*
  12. /logs-docker/*
  13. #### models ###
  14. *.pickle
  15. ### Data ###
  16. /data/*
  17. /data-test/*
  18. ### Documentation folder ###
  19. /documentation/*.xlsx
  20. /Server Results/*
  21. ### LaTeX ###
  22. ## Core latex/pdflatex auxiliary files:
  23. *.aux
  24. *.lof
  25. *.log
  26. *.lot
  27. *.fls
  28. *.out
  29. *.toc
  30. *.fmt
  31. *.fot
  32. *.cb
  33. *.cb2
  34. .*.lb
  35. ## Intermediate documents:
  36. *.dvi
  37. *.xdv
  38. *-converted-to.*
  39. # these rules might exclude image files for figures etc.
  40. # *.ps
  41. # *.eps
  42. # *.pdf
  43. ## Generated if empty string is given at "Please type another file name for output:"
  44. .pdf
  45. ## Bibliography auxiliary files (bibtex/biblatex/biber):
  46. *.bbl
  47. *.bcf
  48. *.blg
  49. *-blx.aux
  50. *-blx.bib
  51. *.run.xml
  52. ## Build tool auxiliary files:
  53. *.fdb_latexmk
  54. *.synctex
  55. *.synctex(busy)
  56. *.synctex.gz
  57. *.synctex.gz(busy)
  58. *.pdfsync
  59. ## Build tool directories for auxiliary files
  60. # latexrun
  61. latex.out/
  62. ## Auxiliary and intermediate files from other packages:
  63. # algorithms
  64. *.alg
  65. *.loa
  66. # achemso
  67. acs-*.bib
  68. # amsthm
  69. *.thm
  70. # beamer
  71. *.nav
  72. *.pre
  73. *.snm
  74. *.vrb
  75. # changes
  76. *.soc
  77. # cprotect
  78. *.cpt
  79. # elsarticle (documentclass of Elsevier journals)
  80. *.spl
  81. # endnotes
  82. *.ent
  83. # fixme
  84. *.lox
  85. # feynmf/feynmp
  86. *.mf
  87. *.mp
  88. *.t[1-9]
  89. *.t[1-9][0-9]
  90. *.tfm
  91. #(r)(e)ledmac/(r)(e)ledpar
  92. *.end
  93. *.?end
  94. *.[1-9]
  95. *.[1-9][0-9]
  96. *.[1-9][0-9][0-9]
  97. *.[1-9]R
  98. *.[1-9][0-9]R
  99. *.[1-9][0-9][0-9]R
  100. *.eledsec[1-9]
  101. *.eledsec[1-9]R
  102. *.eledsec[1-9][0-9]
  103. *.eledsec[1-9][0-9]R
  104. *.eledsec[1-9][0-9][0-9]
  105. *.eledsec[1-9][0-9][0-9]R
  106. # glossaries
  107. *.acn
  108. *.acr
  109. *.glg
  110. *.glo
  111. *.gls
  112. *.glsdefs
  113. # gnuplottex
  114. *-gnuplottex-*
  115. # gregoriotex
  116. *.gaux
  117. *.gtex
  118. # htlatex
  119. *.4ct
  120. *.4tc
  121. *.idv
  122. *.lg
  123. *.trc
  124. *.xref
  125. # hyperref
  126. *.brf
  127. # knitr
  128. *-concordance.tex
  129. # TODO Comment the next line if you want to keep your tikz graphics files
  130. *.tikz
  131. *-tikzDictionary
  132. # listings
  133. *.lol
  134. # makeidx
  135. *.idx
  136. *.ilg
  137. *.ind
  138. *.ist
  139. # minitoc
  140. *.maf
  141. *.mlf
  142. *.mlt
  143. *.mtc[0-9]*
  144. *.slf[0-9]*
  145. *.slt[0-9]*
  146. *.stc[0-9]*
  147. # minted
  148. _minted*
  149. *.pyg
  150. # morewrites
  151. *.mw
  152. # nomencl
  153. *.nlg
  154. *.nlo
  155. *.nls
  156. # pax
  157. *.pax
  158. # pdfpcnotes
  159. *.pdfpc
  160. # sagetex
  161. *.sagetex.sage
  162. *.sagetex.py
  163. *.sagetex.scmd
  164. # scrwfile
  165. *.wrt
  166. # sympy
  167. *.sout
  168. *.sympy
  169. sympy-plots-for-*.tex/
  170. # pdfcomment
  171. *.upa
  172. *.upb
  173. # pythontex
  174. *.pytxcode
  175. pythontex-files-*/
  176. # thmtools
  177. *.loe
  178. # TikZ & PGF
  179. *.dpth
  180. *.md5
  181. *.auxlock
  182. # todonotes
  183. *.tdo
  184. # easy-todo
  185. *.lod
  186. # xmpincl
  187. *.xmpi
  188. # xindy
  189. *.xdy
  190. # xypic precompiled matrices
  191. *.xyc
  192. # endfloat
  193. *.ttt
  194. *.fff
  195. # Latexian
  196. TSWLatexianTemp*
  197. ## Editors:
  198. # WinEdt
  199. *.bak
  200. *.sav
  201. # Texpad
  202. .texpadtmp
  203. # LyX
  204. *.lyx~
  205. # Kile
  206. *.backup
  207. # KBibTeX
  208. *~[0-9]*
  209. # auto folder when using emacs and auctex
  210. ./auto/*
  211. *.el
  212. # expex forward references with \gathertags
  213. *-tags.tex
  214. # standalone packages
  215. *.sta
  216. ### LaTeX Patch ###
  217. # glossaries
  218. *.glstex
  219. ### Python ###
  220. # Byte-compiled / optimized / DLL files
  221. __pycache__/
  222. *.py[cod]
  223. *$py.class
  224. # C extensions
  225. *.so
  226. # Distribution / packaging
  227. .Python
  228. build/
  229. develop-eggs/
  230. dist/
  231. downloads/
  232. eggs/
  233. .eggs/
  234. lib/
  235. lib64/
  236. parts/
  237. sdist/
  238. var/
  239. wheels/
  240. *.egg-info/
  241. .installed.cfg
  242. *.egg
  243. MANIFEST
  244. .directory
  245. # PyInstaller
  246. # Usually these files are written by a python script from a template
  247. # before PyInstaller builds the exe, so as to inject date/other infos into it.
  248. *.manifest
  249. *.spec
  250. # Installer logs
  251. pip-log.txt
  252. pip-delete-this-directory.txt
  253. # Unit test / coverage reports
  254. htmlcov/
  255. .tox/
  256. .coverage
  257. .coverage.*
  258. .cache
  259. nosetests.xml
  260. coverage.xml
  261. *.cover
  262. .hypothesis/
  263. .pytest_cache/
  264. # Translations
  265. *.mo
  266. *.pot
  267. # Django stuff:
  268. local_settings.py
  269. db.sqlite3
  270. # Flask stuff:
  271. instance/
  272. .webassets-cache
  273. # Scrapy stuff:
  274. .scrapy
  275. # Sphinx documentation
  276. docs/_build/
  277. # PyBuilder
  278. target/
  279. # Jupyter Notebook
  280. .ipynb_checkpoints
  281. # pyenv
  282. .python-version
  283. # celery beat schedule file
  284. celerybeat-schedule
  285. # SageMath parsed files
  286. *.sage.py
  287. # Environments
  288. .env
  289. .venv
  290. env/
  291. venv/
  292. ENV/
  293. env.bak/
  294. venv.bak/
  295. # Spyder project settings
  296. .spyderproject
  297. .spyproject
  298. # Rope project settings
  299. .ropeproject
  300. # mkdocs documentation
  301. /site
  302. # mypy
  303. .mypy_cache/
  304. ### Python Patch ###
  305. .venv/
  306. ### Python.VirtualEnv Stack ###
  307. # Virtualenv
  308. # http://iamzed.com/2009/05/07/a-primer-on-virtualenv/
  309. [Bb]in
  310. [Ii]nclude
  311. [Ll]ib
  312. [Ll]ib64
  313. [Ll]ocal
  314. [Ss]cripts
  315. pyvenv.cfg
  316. pip-selfcheck.json
  317. ### VisualStudio ###
  318. ## Ignore Visual Studio temporary files, build results, and
  319. ## files generated by popular Visual Studio add-ons.
  320. ##
  321. ## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
  322. # User-specific files
  323. *.suo
  324. *.user
  325. *.userosscache
  326. *.sln.docstates
  327. # User-specific files (MonoDevelop/Xamarin Studio)
  328. *.userprefs
  329. # Build results
  330. [Dd]ebug/
  331. [Dd]ebugPublic/
  332. [Rr]elease/
  333. [Rr]eleases/
  334. x64/
  335. x86/
  336. bld/
  337. [Bb]in/
  338. [Oo]bj/
  339. [Ll]og/
  340. # Visual Studio 2015/2017 cache/options directory
  341. .vs/
  342. # Uncomment if you have tasks that create the project's static files in wwwroot
  343. #wwwroot/
  344. # Visual Studio 2017 auto generated files
  345. Generated\ Files/
  346. # MSTest test Results
  347. [Tt]est[Rr]esult*/
  348. [Bb]uild[Ll]og.*
  349. # NUNIT
  350. *.VisualState.xml
  351. TestResult.xml
  352. # Build Results of an ATL Project
  353. [Dd]ebugPS/
  354. [Rr]eleasePS/
  355. dlldata.c
  356. # Benchmark Results
  357. BenchmarkDotNet.Artifacts/
  358. # .NET Core
  359. project.lock.json
  360. project.fragment.lock.json
  361. artifacts/
  362. # StyleCop
  363. StyleCopReport.xml
  364. # Files built by Visual Studio
  365. *_i.c
  366. *_p.c
  367. *_i.h
  368. *.ilk
  369. *.meta
  370. *.obj
  371. *.iobj
  372. *.pch
  373. *.pdb
  374. *.ipdb
  375. *.pgc
  376. *.pgd
  377. *.rsp
  378. *.sbr
  379. *.tlb
  380. *.tli
  381. *.tlh
  382. *.tmp
  383. *.tmp_proj
  384. *.vspscc
  385. *.vssscc
  386. .builds
  387. *.pidb
  388. *.svclog
  389. *.scc
  390. # Chutzpah Test files
  391. _Chutzpah*
  392. # Visual C++ cache files
  393. ipch/
  394. *.aps
  395. *.ncb
  396. *.opendb
  397. *.opensdf
  398. *.sdf
  399. *.cachefile
  400. *.VC.db
  401. *.VC.VC.opendb
  402. # Visual Studio profiler
  403. *.psess
  404. *.vsp
  405. *.vspx
  406. *.sap
  407. # Visual Studio Trace Files
  408. *.e2e
  409. # TFS 2012 Local Workspace
  410. $tf/
  411. # Guidance Automation Toolkit
  412. *.gpState
  413. # ReSharper is a .NET coding add-in
  414. _ReSharper*/
  415. *.[Rr]e[Ss]harper
  416. *.DotSettings.user
  417. # JustCode is a .NET coding add-in
  418. .JustCode
  419. # TeamCity is a build add-in
  420. _TeamCity*
  421. # DotCover is a Code Coverage Tool
  422. *.dotCover
  423. # AxoCover is a Code Coverage Tool
  424. .axoCover/*
  425. !.axoCover/settings.json
  426. # Visual Studio code coverage results
  427. *.coverage
  428. *.coveragexml
  429. # NCrunch
  430. _NCrunch_*
  431. .*crunch*.local.xml
  432. nCrunchTemp_*
  433. # MightyMoose
  434. *.mm.*
  435. AutoTest.Net/
  436. # Web workbench (sass)
  437. .sass-cache/
  438. # Installshield output folder
  439. [Ee]xpress/
  440. # DocProject is a documentation generator add-in
  441. DocProject/buildhelp/
  442. DocProject/Help/*.HxT
  443. DocProject/Help/*.HxC
  444. DocProject/Help/*.hhc
  445. DocProject/Help/*.hhk
  446. DocProject/Help/*.hhp
  447. DocProject/Help/Html2
  448. DocProject/Help/html
  449. # Click-Once directory
  450. publish/
  451. # Publish Web Output
  452. *.[Pp]ublish.xml
  453. *.azurePubxml
  454. # Note: Comment the next line if you want to checkin your web deploy settings,
  455. # but database connection strings (with potential passwords) will be unencrypted
  456. *.pubxml
  457. *.publishproj
  458. # Microsoft Azure Web App publish settings. Comment the next line if you want to
  459. # checkin your Azure Web App publish settings, but sensitive information contained
  460. # in these scripts will be unencrypted
  461. PublishScripts/
  462. # NuGet Packages
  463. *.nupkg
  464. # The packages folder can be ignored because of Package Restore
  465. **/[Pp]ackages/*
  466. # except build/, which is used as an MSBuild target.
  467. !**/[Pp]ackages/build/
  468. # Uncomment if necessary however generally it will be regenerated when needed
  469. #!**/[Pp]ackages/repositories.config
  470. # NuGet v3's project.json files produces more ignorable files
  471. *.nuget.props
  472. *.nuget.targets
  473. # Microsoft Azure Build Output
  474. csx/
  475. *.build.csdef
  476. # Microsoft Azure Emulator
  477. ecf/
  478. rcf/
  479. # Windows Store app package directories and files
  480. AppPackages/
  481. BundleArtifacts/
  482. Package.StoreAssociation.xml
  483. _pkginfo.txt
  484. *.appx
  485. # Visual Studio cache files
  486. # files ending in .cache can be ignored
  487. *.[Cc]ache
  488. # but keep track of directories ending in .cache
  489. !*.[Cc]ache/
  490. # Others
  491. ClientBin/
  492. ~$*
  493. *~
  494. *.dbmdl
  495. *.dbproj.schemaview
  496. *.jfm
  497. *.pfx
  498. *.publishsettings
  499. orleans.codegen.cs
  500. # Including strong name files can present a security risk
  501. # (https://github.com/github/gitignore/pull/2483#issue-259490424)
  502. #*.snk
  503. # Since there are multiple workflows, uncomment next line to ignore bower_components
  504. # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
  505. #bower_components/
  506. # RIA/Silverlight projects
  507. Generated_Code/
  508. # Backup & report files from converting an old project file
  509. # to a newer Visual Studio version. Backup files are not needed,
  510. # because we have git ;-)
  511. _UpgradeReport_Files/
  512. Backup*/
  513. UpgradeLog*.XML
  514. UpgradeLog*.htm
  515. ServiceFabricBackup/
  516. *.rptproj.bak
  517. # SQL Server files
  518. *.mdf
  519. *.ldf
  520. *.ndf
  521. # Business Intelligence projects
  522. *.rdl.data
  523. *.bim.layout
  524. *.bim_*.settings
  525. *.rptproj.rsuser
  526. # Microsoft Fakes
  527. FakesAssemblies/
  528. # GhostDoc plugin setting file
  529. *.GhostDoc.xml
  530. # Node.js Tools for Visual Studio
  531. .ntvs_analysis.dat
  532. node_modules/
  533. # Visual Studio 6 build log
  534. *.plg
  535. # Visual Studio 6 workspace options file
  536. *.opt
  537. # Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
  538. *.vbw
  539. # Visual Studio LightSwitch build output
  540. **/*.HTMLClient/GeneratedArtifacts
  541. **/*.DesktopClient/GeneratedArtifacts
  542. **/*.DesktopClient/ModelManifest.xml
  543. **/*.Server/GeneratedArtifacts
  544. **/*.Server/ModelManifest.xml
  545. _Pvt_Extensions
  546. # Visual Studio Code
  547. *.vscode
  548. # Paket dependency manager
  549. .paket/paket.exe
  550. paket-files/
  551. # FAKE - F# Make
  552. .fake/
  553. # JetBrains Rider
  554. .idea/
  555. *.sln.iml
  556. # CodeRush
  557. .cr/
  558. # Python Tools for Visual Studio (PTVS)
  559. *.pyc
  560. # Cake - Uncomment if you are using it
  561. # tools/**
  562. # !tools/packages.config
  563. # Tabs Studio
  564. *.tss
  565. # Telerik's JustMock configuration file
  566. *.jmconfig
  567. # BizTalk build output
  568. *.btp.cs
  569. *.btm.cs
  570. *.odx.cs
  571. *.xsd.cs
  572. # OpenCover UI analysis results
  573. OpenCover/
  574. # Azure Stream Analytics local run output
  575. ASALocalRun/
  576. # MSBuild Binary and Structured Log
  577. *.binlog
  578. # NVidia Nsight GPU debugger configuration file
  579. *.nvuser
  580. # MFractors (Xamarin productivity tool) working folder
  581. .mfractor/
  582. # Local History for Visual Studio
  583. .localhistory/
  584. # End of https://www.gitignore.io/api/latex,python,visualstudio