.gitignore 4.4 KB

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