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.

673 lines
10 KiB

1 year ago
  1. # ---> Python
  2. # Byte-compiled / optimized / DLL files
  3. __pycache__/
  4. *.py[cod]
  5. *$py.class
  6. # C extensions
  7. *.so
  8. # Distribution / packaging
  9. .Python
  10. build/
  11. develop-eggs/
  12. dist/
  13. downloads/
  14. eggs/
  15. .eggs/
  16. lib/
  17. lib64/
  18. parts/
  19. sdist/
  20. var/
  21. wheels/
  22. share/python-wheels/
  23. *.egg-info/
  24. .installed.cfg
  25. *.egg
  26. MANIFEST
  27. # PyInstaller
  28. # Usually these files are written by a python script from a template
  29. # before PyInstaller builds the exe, so as to inject date/other infos into it.
  30. *.manifest
  31. *.spec
  32. # Installer logs
  33. pip-log.txt
  34. pip-delete-this-directory.txt
  35. # Unit test / coverage reports
  36. htmlcov/
  37. .tox/
  38. .nox/
  39. .coverage
  40. .coverage.*
  41. .cache
  42. nosetests.xml
  43. coverage.xml
  44. *.cover
  45. *.py,cover
  46. .hypothesis/
  47. .pytest_cache/
  48. cover/
  49. # Translations
  50. *.mo
  51. *.pot
  52. # Django stuff:
  53. *.log
  54. local_settings.py
  55. db.sqlite3
  56. db.sqlite3-journal
  57. # Flask stuff:
  58. instance/
  59. .webassets-cache
  60. # Scrapy stuff:
  61. .scrapy
  62. # Sphinx documentation
  63. docs/_build/
  64. # PyBuilder
  65. .pybuilder/
  66. target/
  67. # Jupyter Notebook
  68. .ipynb_checkpoints
  69. # IPython
  70. profile_default/
  71. ipython_config.py
  72. # pyenv
  73. # For a library or package, you might want to ignore these files since the code is
  74. # intended to run in multiple environments; otherwise, check them in:
  75. # .python-version
  76. # pipenv
  77. # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
  78. # However, in case of collaboration, if having platform-specific dependencies or dependencies
  79. # having no cross-platform support, pipenv may install dependencies that don't work, or not
  80. # install all needed dependencies.
  81. #Pipfile.lock
  82. # PEP 582; used by e.g. github.com/David-OConnor/pyflow
  83. __pypackages__/
  84. # Celery stuff
  85. celerybeat-schedule
  86. celerybeat.pid
  87. # SageMath parsed files
  88. *.sage.py
  89. # Environments
  90. .env
  91. .venv
  92. env/
  93. venv/
  94. ENV/
  95. env.bak/
  96. venv.bak/
  97. # Spyder project settings
  98. .spyderproject
  99. .spyproject
  100. # Rope project settings
  101. .ropeproject
  102. # mkdocs documentation
  103. /site
  104. # mypy
  105. .mypy_cache/
  106. .dmypy.json
  107. dmypy.json
  108. # Pyre type checker
  109. .pyre/
  110. # pytype static type analyzer
  111. .pytype/
  112. # Cython debug symbols
  113. cython_debug/
  114. # ---> Java
  115. # Compiled class file
  116. *.class
  117. # Log file
  118. *.log
  119. # BlueJ files
  120. *.ctxt
  121. # Mobile Tools for Java (J2ME)
  122. .mtj.tmp/
  123. # Package Files #
  124. *.jar
  125. *.war
  126. *.nar
  127. *.ear
  128. *.zip
  129. *.tar.gz
  130. *.rar
  131. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  132. hs_err_pid*
  133. # ---> JupyterNotebooks
  134. # gitignore template for Jupyter Notebooks
  135. # website: http://jupyter.org/
  136. .ipynb_checkpoints
  137. */.ipynb_checkpoints/*
  138. # IPython
  139. profile_default/
  140. ipython_config.py
  141. # Remove previous ipynb_checkpoints
  142. # git rm -r .ipynb_checkpoints/
  143. # ---> MicrosoftOffice
  144. *.tmp
  145. # Word temporary
  146. ~$*.doc*
  147. # Word Auto Backup File
  148. Backup of *.doc*
  149. # Excel temporary
  150. ~$*.xls*
  151. # Excel Backup File
  152. *.xlk
  153. # PowerPoint temporary
  154. ~$*.ppt*
  155. # Visio autosave temporary files
  156. *.~vsd*
  157. # ---> R
  158. # History files
  159. .Rhistory
  160. .Rapp.history
  161. # Session Data files
  162. .RData
  163. # User-specific files
  164. .Ruserdata
  165. # Example code in package build process
  166. *-Ex.R
  167. # Output files from R CMD build
  168. /*.tar.gz
  169. # Output files from R CMD check
  170. /*.Rcheck/
  171. # RStudio files
  172. .Rproj.user/
  173. # produced vignettes
  174. vignettes/*.html
  175. vignettes/*.pdf
  176. # OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3
  177. .httr-oauth
  178. # knitr and R markdown default cache directories
  179. *_cache/
  180. /cache/
  181. # Temporary files created by R markdown
  182. *.utf8.md
  183. *.knit.md
  184. # R Environment Variables
  185. .Renviron
  186. # pkgdown site
  187. docs/
  188. # translation temp files
  189. po/*~
  190. # ---> VisualStudio
  191. ## Ignore Visual Studio temporary files, build results, and
  192. ## files generated by popular Visual Studio add-ons.
  193. ##
  194. ## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
  195. # User-specific files
  196. *.rsuser
  197. *.suo
  198. *.user
  199. *.userosscache
  200. *.sln.docstates
  201. # User-specific files (MonoDevelop/Xamarin Studio)
  202. *.userprefs
  203. # Mono auto generated files
  204. mono_crash.*
  205. # Build results
  206. [Dd]ebug/
  207. [Dd]ebugPublic/
  208. [Rr]elease/
  209. [Rr]eleases/
  210. x64/
  211. x86/
  212. [Ww][Ii][Nn]32/
  213. [Aa][Rr][Mm]/
  214. [Aa][Rr][Mm]64/
  215. bld/
  216. [Bb]in/
  217. [Oo]bj/
  218. [Ll]og/
  219. [Ll]ogs/
  220. # Visual Studio 2015/2017 cache/options directory
  221. .vs/
  222. # Uncomment if you have tasks that create the project's static files in wwwroot
  223. #wwwroot/
  224. # Visual Studio 2017 auto generated files
  225. Generated\ Files/
  226. # MSTest test Results
  227. [Tt]est[Rr]esult*/
  228. [Bb]uild[Ll]og.*
  229. # NUnit
  230. *.VisualState.xml
  231. TestResult.xml
  232. nunit-*.xml
  233. # Build Results of an ATL Project
  234. [Dd]ebugPS/
  235. [Rr]eleasePS/
  236. dlldata.c
  237. # Benchmark Results
  238. BenchmarkDotNet.Artifacts/
  239. # .NET Core
  240. project.lock.json
  241. project.fragment.lock.json
  242. artifacts/
  243. # ASP.NET Scaffolding
  244. ScaffoldingReadMe.txt
  245. # StyleCop
  246. StyleCopReport.xml
  247. # Files built by Visual Studio
  248. *_i.c
  249. *_p.c
  250. *_h.h
  251. *.ilk
  252. *.meta
  253. *.obj
  254. *.iobj
  255. *.pch
  256. *.pdb
  257. *.ipdb
  258. *.pgc
  259. *.pgd
  260. *.rsp
  261. *.sbr
  262. *.tlb
  263. *.tli
  264. *.tlh
  265. *.tmp
  266. *.tmp_proj
  267. *_wpftmp.csproj
  268. *.log
  269. *.vspscc
  270. *.vssscc
  271. .builds
  272. *.pidb
  273. *.svclog
  274. *.scc
  275. # Chutzpah Test files
  276. _Chutzpah*
  277. # Visual C++ cache files
  278. ipch/
  279. *.aps
  280. *.ncb
  281. *.opendb
  282. *.opensdf
  283. *.sdf
  284. *.cachefile
  285. *.VC.db
  286. *.VC.VC.opendb
  287. # Visual Studio profiler
  288. *.psess
  289. *.vsp
  290. *.vspx
  291. *.sap
  292. # Visual Studio Trace Files
  293. *.e2e
  294. # TFS 2012 Local Workspace
  295. $tf/
  296. # Guidance Automation Toolkit
  297. *.gpState
  298. # ReSharper is a .NET coding add-in
  299. _ReSharper*/
  300. *.[Rr]e[Ss]harper
  301. *.DotSettings.user
  302. # TeamCity is a build add-in
  303. _TeamCity*
  304. # DotCover is a Code Coverage Tool
  305. *.dotCover
  306. # AxoCover is a Code Coverage Tool
  307. .axoCover/*
  308. !.axoCover/settings.json
  309. # Coverlet is a free, cross platform Code Coverage Tool
  310. coverage*.json
  311. coverage*.xml
  312. coverage*.info
  313. # Visual Studio code coverage results
  314. *.coverage
  315. *.coveragexml
  316. # NCrunch
  317. _NCrunch_*
  318. .*crunch*.local.xml
  319. nCrunchTemp_*
  320. # MightyMoose
  321. *.mm.*
  322. AutoTest.Net/
  323. # Web workbench (sass)
  324. .sass-cache/
  325. # Installshield output folder
  326. [Ee]xpress/
  327. # DocProject is a documentation generator add-in
  328. DocProject/buildhelp/
  329. DocProject/Help/*.HxT
  330. DocProject/Help/*.HxC
  331. DocProject/Help/*.hhc
  332. DocProject/Help/*.hhk
  333. DocProject/Help/*.hhp
  334. DocProject/Help/Html2
  335. DocProject/Help/html
  336. # Click-Once directory
  337. publish/
  338. # Publish Web Output
  339. *.[Pp]ublish.xml
  340. *.azurePubxml
  341. # Note: Comment the next line if you want to checkin your web deploy settings,
  342. # but database connection strings (with potential passwords) will be unencrypted
  343. *.pubxml
  344. *.publishproj
  345. # Microsoft Azure Web App publish settings. Comment the next line if you want to
  346. # checkin your Azure Web App publish settings, but sensitive information contained
  347. # in these scripts will be unencrypted
  348. PublishScripts/
  349. # NuGet Packages
  350. *.nupkg
  351. # NuGet Symbol Packages
  352. *.snupkg
  353. # The packages folder can be ignored because of Package Restore
  354. **/[Pp]ackages/*
  355. # except build/, which is used as an MSBuild target.
  356. !**/[Pp]ackages/build/
  357. # Uncomment if necessary however generally it will be regenerated when needed
  358. #!**/[Pp]ackages/repositories.config
  359. # NuGet v3's project.json files produces more ignorable files
  360. *.nuget.props
  361. *.nuget.targets
  362. # Microsoft Azure Build Output
  363. csx/
  364. *.build.csdef
  365. # Microsoft Azure Emulator
  366. ecf/
  367. rcf/
  368. # Windows Store app package directories and files
  369. AppPackages/
  370. BundleArtifacts/
  371. Package.StoreAssociation.xml
  372. _pkginfo.txt
  373. *.appx
  374. *.appxbundle
  375. *.appxupload
  376. # Visual Studio cache files
  377. # files ending in .cache can be ignored
  378. *.[Cc]ache
  379. # but keep track of directories ending in .cache
  380. !?*.[Cc]ache/
  381. # Others
  382. ClientBin/
  383. ~$*
  384. *~
  385. *.dbmdl
  386. *.dbproj.schemaview
  387. *.jfm
  388. *.pfx
  389. *.publishsettings
  390. orleans.codegen.cs
  391. # Including strong name files can present a security risk
  392. # (https://github.com/github/gitignore/pull/2483#issue-259490424)
  393. #*.snk
  394. # Since there are multiple workflows, uncomment next line to ignore bower_components
  395. # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
  396. #bower_components/
  397. # RIA/Silverlight projects
  398. Generated_Code/
  399. # Backup & report files from converting an old project file
  400. # to a newer Visual Studio version. Backup files are not needed,
  401. # because we have git ;-)
  402. _UpgradeReport_Files/
  403. Backup*/
  404. UpgradeLog*.XML
  405. UpgradeLog*.htm
  406. ServiceFabricBackup/
  407. *.rptproj.bak
  408. # SQL Server files
  409. *.mdf
  410. *.ldf
  411. *.ndf
  412. # Business Intelligence projects
  413. *.rdl.data
  414. *.bim.layout
  415. *.bim_*.settings
  416. *.rptproj.rsuser
  417. *- [Bb]ackup.rdl
  418. *- [Bb]ackup ([0-9]).rdl
  419. *- [Bb]ackup ([0-9][0-9]).rdl
  420. # Microsoft Fakes
  421. FakesAssemblies/
  422. # GhostDoc plugin setting file
  423. *.GhostDoc.xml
  424. # Node.js Tools for Visual Studio
  425. .ntvs_analysis.dat
  426. node_modules/
  427. # Visual Studio 6 build log
  428. *.plg
  429. # Visual Studio 6 workspace options file
  430. *.opt
  431. # Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
  432. *.vbw
  433. # Visual Studio LightSwitch build output
  434. **/*.HTMLClient/GeneratedArtifacts
  435. **/*.DesktopClient/GeneratedArtifacts
  436. **/*.DesktopClient/ModelManifest.xml
  437. **/*.Server/GeneratedArtifacts
  438. **/*.Server/ModelManifest.xml
  439. _Pvt_Extensions
  440. # Paket dependency manager
  441. .paket/paket.exe
  442. paket-files/
  443. # FAKE - F# Make
  444. .fake/
  445. # CodeRush personal settings
  446. .cr/personal
  447. # Python Tools for Visual Studio (PTVS)
  448. __pycache__/
  449. *.pyc
  450. # Cake - Uncomment if you are using it
  451. # tools/**
  452. # !tools/packages.config
  453. # Tabs Studio
  454. *.tss
  455. # Telerik's JustMock configuration file
  456. *.jmconfig
  457. # BizTalk build output
  458. *.btp.cs
  459. *.btm.cs
  460. *.odx.cs
  461. *.xsd.cs
  462. # OpenCover UI analysis results
  463. OpenCover/
  464. # Azure Stream Analytics local run output
  465. ASALocalRun/
  466. # MSBuild Binary and Structured Log
  467. *.binlog
  468. # NVidia Nsight GPU debugger configuration file
  469. *.nvuser
  470. # MFractors (Xamarin productivity tool) working folder
  471. .mfractor/
  472. # Local History for Visual Studio
  473. .localhistory/
  474. # BeatPulse healthcheck temp database
  475. healthchecksdb
  476. # Backup folder for Package Reference Convert tool in Visual Studio 2017
  477. MigrationBackup/
  478. # Ionide (cross platform F# VS Code tools) working folder
  479. .ionide/
  480. # Fody - auto-generated XML schema
  481. FodyWeavers.xsd
  482. # ---> VisualStudioCode
  483. .vscode/*
  484. !.vscode/settings.json
  485. !.vscode/tasks.json
  486. !.vscode/launch.json
  487. !.vscode/extensions.json
  488. *.code-workspace
  489. # Local History for Visual Studio Code
  490. .history/
  491. # ---> Windows
  492. # Windows thumbnail cache files
  493. Thumbs.db
  494. Thumbs.db:encryptable
  495. ehthumbs.db
  496. ehthumbs_vista.db
  497. # Dump file
  498. *.stackdump
  499. # Folder config file
  500. [Dd]esktop.ini
  501. # Recycle Bin used on file shares
  502. $RECYCLE.BIN/
  503. # Windows Installer files
  504. *.cab
  505. *.msi
  506. *.msix
  507. *.msm
  508. *.msp
  509. # Windows shortcuts
  510. *.lnk
  511. # ---> WordPress
  512. # ignore everything in the root except the "wp-content" directory.
  513. !wp-content/
  514. # ignore everything in the "wp-content" directory, except:
  515. # "mu-plugins", "plugins", "themes" directory
  516. wp-content/*
  517. !wp-content/mu-plugins/
  518. !wp-content/plugins/
  519. !wp-content/themes/
  520. # ignore these plugins
  521. wp-content/plugins/hello.php
  522. # ignore specific themes
  523. wp-content/themes/twenty*/
  524. # ignore node dependency directories
  525. node_modules/
  526. # ignore log files and databases
  527. *.log
  528. *.sql
  529. *.sqlite