.gitignore 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303
  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. env/
  11. build/
  12. develop-eggs/
  13. dist/
  14. downloads/
  15. eggs/
  16. .eggs/
  17. lib/
  18. lib64/
  19. parts/
  20. sdist/
  21. var/
  22. *.egg-info/
  23. .installed.cfg
  24. *.egg
  25. # PyInstaller
  26. # Usually these files are written by a python script from a template
  27. # before PyInstaller builds the exe, so as to inject date/other infos into it.
  28. *.manifest
  29. *.spec
  30. # Installer logs
  31. pip-log.txt
  32. pip-delete-this-directory.txt
  33. # Unit test / coverage reports
  34. htmlcov/
  35. .tox/
  36. .coverage
  37. .coverage.*
  38. .cache
  39. nosetests.xml
  40. coverage.xml
  41. *,cover
  42. # Translations
  43. *.mo
  44. *.pot
  45. # Django stuff:
  46. *.log
  47. # Sphinx documentation
  48. docs/_build/
  49. # PyBuilder
  50. target/
  51. # ---> VirtualEnv
  52. # Virtualenv
  53. # http://iamzed.com/2009/05/07/a-primer-on-virtualenv/
  54. .Python
  55. [Bb]in
  56. [Ii]nclude
  57. [Ll]ib
  58. [Ll]ocal
  59. [Ss]cripts
  60. pyvenv.cfg
  61. pip-selfcheck.json
  62. # ---> Vim
  63. [._]*.s[a-w][a-z]
  64. [._]s[a-w][a-z]
  65. *.un~
  66. Session.vim
  67. .netrwhist
  68. *~
  69. # ---> VisualStudio
  70. ## Ignore Visual Studio temporary files, build results, and
  71. ## files generated by popular Visual Studio add-ons.
  72. # User-specific files
  73. *.suo
  74. *.user
  75. *.userosscache
  76. *.sln.docstates
  77. # User-specific files (MonoDevelop/Xamarin Studio)
  78. *.userprefs
  79. # Build results
  80. [Dd]ebug/
  81. [Dd]ebugPublic/
  82. [Rr]elease/
  83. [Rr]eleases/
  84. x64/
  85. x86/
  86. build/
  87. bld/
  88. [Bb]in/
  89. [Oo]bj/
  90. # Visual Studio 2015 cache/options directory
  91. .vs/
  92. # Uncomment if you have tasks that create the project's static files in wwwroot
  93. #wwwroot/
  94. # MSTest test Results
  95. [Tt]est[Rr]esult*/
  96. [Bb]uild[Ll]og.*
  97. # NUNIT
  98. *.VisualState.xml
  99. TestResult.xml
  100. # Build Results of an ATL Project
  101. [Dd]ebugPS/
  102. [Rr]eleasePS/
  103. dlldata.c
  104. # DNX
  105. project.lock.json
  106. artifacts/
  107. *_i.c
  108. *_p.c
  109. *_i.h
  110. *.ilk
  111. *.meta
  112. *.obj
  113. *.pch
  114. *.pdb
  115. *.pgc
  116. *.pgd
  117. *.rsp
  118. *.sbr
  119. *.tlb
  120. *.tli
  121. *.tlh
  122. *.tmp
  123. *.tmp_proj
  124. *.log
  125. *.vspscc
  126. *.vssscc
  127. .builds
  128. *.pidb
  129. *.svclog
  130. *.scc
  131. # Chutzpah Test files
  132. _Chutzpah*
  133. # Visual C++ cache files
  134. ipch/
  135. *.aps
  136. *.ncb
  137. *.opensdf
  138. *.sdf
  139. *.cachefile
  140. # Visual Studio profiler
  141. *.psess
  142. *.vsp
  143. *.vspx
  144. *.sap
  145. # TFS 2012 Local Workspace
  146. $tf/
  147. # Guidance Automation Toolkit
  148. *.gpState
  149. # ReSharper is a .NET coding add-in
  150. _ReSharper*/
  151. *.[Rr]e[Ss]harper
  152. *.DotSettings.user
  153. # JustCode is a .NET coding add-in
  154. .JustCode
  155. # TeamCity is a build add-in
  156. _TeamCity*
  157. # DotCover is a Code Coverage Tool
  158. *.dotCover
  159. # NCrunch
  160. _NCrunch_*
  161. .*crunch*.local.xml
  162. nCrunchTemp_*
  163. # MightyMoose
  164. *.mm.*
  165. AutoTest.Net/
  166. # Web workbench (sass)
  167. .sass-cache/
  168. # Installshield output folder
  169. [Ee]xpress/
  170. # DocProject is a documentation generator add-in
  171. DocProject/buildhelp/
  172. DocProject/Help/*.HxT
  173. DocProject/Help/*.HxC
  174. DocProject/Help/*.hhc
  175. DocProject/Help/*.hhk
  176. DocProject/Help/*.hhp
  177. DocProject/Help/Html2
  178. DocProject/Help/html
  179. # Click-Once directory
  180. publish/
  181. # Publish Web Output
  182. *.[Pp]ublish.xml
  183. *.azurePubxml
  184. # TODO: Comment the next line if you want to checkin your web deploy settings
  185. # but database connection strings (with potential passwords) will be unencrypted
  186. *.pubxml
  187. *.publishproj
  188. # NuGet Packages
  189. *.nupkg
  190. # The packages folder can be ignored because of Package Restore
  191. **/packages/*
  192. # except build/, which is used as an MSBuild target.
  193. !**/packages/build/
  194. # Uncomment if necessary however generally it will be regenerated when needed
  195. #!**/packages/repositories.config
  196. # Windows Azure Build Output
  197. csx/
  198. *.build.csdef
  199. # Windows Store app package directory
  200. AppPackages/
  201. # Visual Studio cache files
  202. # files ending in .cache can be ignored
  203. *.[Cc]ache
  204. # but keep track of directories ending in .cache
  205. !*.[Cc]ache/
  206. # Others
  207. ClientBin/
  208. [Ss]tyle[Cc]op.*
  209. ~$*
  210. *~
  211. *.dbmdl
  212. *.dbproj.schemaview
  213. *.pfx
  214. *.publishsettings
  215. node_modules/
  216. orleans.codegen.cs
  217. # RIA/Silverlight projects
  218. Generated_Code/
  219. # Backup & report files from converting an old project file
  220. # to a newer Visual Studio version. Backup files are not needed,
  221. # because we have git ;-)
  222. _UpgradeReport_Files/
  223. Backup*/
  224. UpgradeLog*.XML
  225. UpgradeLog*.htm
  226. # SQL Server files
  227. *.mdf
  228. *.ldf
  229. # Business Intelligence projects
  230. *.rdl.data
  231. *.bim.layout
  232. *.bim_*.settings
  233. # Microsoft Fakes
  234. FakesAssemblies/
  235. # Node.js Tools for Visual Studio
  236. .ntvs_analysis.dat
  237. # Visual Studio 6 build log
  238. *.plg
  239. # Visual Studio 6 workspace options file
  240. *.opt
  241. # Visual Studio LightSwitch build output
  242. **/*.HTMLClient/GeneratedArtifacts
  243. **/*.DesktopClient/GeneratedArtifacts
  244. **/*.DesktopClient/ModelManifest.xml
  245. **/*.Server/GeneratedArtifacts
  246. **/*.Server/ModelManifest.xml
  247. _Pvt_Extensions
  248. # ---> VisualStudioCode
  249. .settings