Python scripting support for Gamecraft
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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

455 lines
6.9KB

  1. # ---> VisualStudio
  2. ## Ignore Visual Studio temporary files, build results, and
  3. ## files generated by popular Visual Studio add-ons.
  4. ##
  5. ## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
  6. # User-specific files
  7. *.rsuser
  8. *.suo
  9. *.user
  10. *.userosscache
  11. *.sln.docstates
  12. # User-specific files (MonoDevelop/Xamarin Studio)
  13. *.userprefs
  14. # Build results
  15. [Dd]ebug/
  16. [Dd]ebugPublic/
  17. [Rr]elease/
  18. [Rr]eleases/
  19. x64/
  20. x86/
  21. bld/
  22. [Bb]in/
  23. [Oo]bj/
  24. [Ll]og/
  25. # Visual Studio 2015/2017 cache/options directory
  26. .vs/
  27. # Uncomment if you have tasks that create the project's static files in wwwroot
  28. #wwwroot/
  29. # Visual Studio 2017 auto generated files
  30. Generated\ Files/
  31. # MSTest test Results
  32. [Tt]est[Rr]esult*/
  33. [Bb]uild[Ll]og.*
  34. # NUNIT
  35. *.VisualState.xml
  36. TestResult.xml
  37. # Build Results of an ATL Project
  38. [Dd]ebugPS/
  39. [Rr]eleasePS/
  40. dlldata.c
  41. # Benchmark Results
  42. BenchmarkDotNet.Artifacts/
  43. # .NET Core
  44. project.lock.json
  45. project.fragment.lock.json
  46. artifacts/
  47. # StyleCop
  48. StyleCopReport.xml
  49. # Files built by Visual Studio
  50. *_i.c
  51. *_p.c
  52. *_h.h
  53. *.ilk
  54. *.meta
  55. *.obj
  56. *.iobj
  57. *.pch
  58. *.pdb
  59. *.ipdb
  60. *.pgc
  61. *.pgd
  62. *.rsp
  63. *.sbr
  64. *.tlb
  65. *.tli
  66. *.tlh
  67. *.tmp
  68. *.tmp_proj
  69. *_wpftmp.csproj
  70. *.log
  71. *.vspscc
  72. *.vssscc
  73. .builds
  74. *.pidb
  75. *.svclog
  76. *.scc
  77. # Chutzpah Test files
  78. _Chutzpah*
  79. # Visual C++ cache files
  80. ipch/
  81. *.aps
  82. *.ncb
  83. *.opendb
  84. *.opensdf
  85. *.sdf
  86. *.cachefile
  87. *.VC.db
  88. *.VC.VC.opendb
  89. # Visual Studio profiler
  90. *.psess
  91. *.vsp
  92. *.vspx
  93. *.sap
  94. # Visual Studio Trace Files
  95. *.e2e
  96. # TFS 2012 Local Workspace
  97. $tf/
  98. # Guidance Automation Toolkit
  99. *.gpState
  100. # ReSharper is a .NET coding add-in
  101. _ReSharper*/
  102. *.[Rr]e[Ss]harper
  103. *.DotSettings.user
  104. # JustCode is a .NET coding add-in
  105. .JustCode
  106. # TeamCity is a build add-in
  107. _TeamCity*
  108. # DotCover is a Code Coverage Tool
  109. *.dotCover
  110. # AxoCover is a Code Coverage Tool
  111. .axoCover/*
  112. !.axoCover/settings.json
  113. # Visual Studio code coverage results
  114. *.coverage
  115. *.coveragexml
  116. # NCrunch
  117. _NCrunch_*
  118. .*crunch*.local.xml
  119. nCrunchTemp_*
  120. # MightyMoose
  121. *.mm.*
  122. AutoTest.Net/
  123. # Web workbench (sass)
  124. .sass-cache/
  125. # Installshield output folder
  126. [Ee]xpress/
  127. # DocProject is a documentation generator add-in
  128. DocProject/buildhelp/
  129. DocProject/Help/*.HxT
  130. DocProject/Help/*.HxC
  131. DocProject/Help/*.hhc
  132. DocProject/Help/*.hhk
  133. DocProject/Help/*.hhp
  134. DocProject/Help/Html2
  135. DocProject/Help/html
  136. # Click-Once directory
  137. publish/
  138. # Publish Web Output
  139. *.[Pp]ublish.xml
  140. *.azurePubxml
  141. # Note: Comment the next line if you want to checkin your web deploy settings,
  142. # but database connection strings (with potential passwords) will be unencrypted
  143. *.pubxml
  144. *.publishproj
  145. # Microsoft Azure Web App publish settings. Comment the next line if you want to
  146. # checkin your Azure Web App publish settings, but sensitive information contained
  147. # in these scripts will be unencrypted
  148. PublishScripts/
  149. # NuGet Packages
  150. *.nupkg
  151. # The packages folder can be ignored because of Package Restore
  152. **/[Pp]ackages/*
  153. # except build/, which is used as an MSBuild target.
  154. !**/[Pp]ackages/build/
  155. # Uncomment if necessary however generally it will be regenerated when needed
  156. #!**/[Pp]ackages/repositories.config
  157. # NuGet v3's project.json files produces more ignorable files
  158. *.nuget.props
  159. *.nuget.targets
  160. # Microsoft Azure Build Output
  161. csx/
  162. *.build.csdef
  163. # Microsoft Azure Emulator
  164. ecf/
  165. rcf/
  166. # Windows Store app package directories and files
  167. AppPackages/
  168. BundleArtifacts/
  169. Package.StoreAssociation.xml
  170. _pkginfo.txt
  171. *.appx
  172. # Visual Studio cache files
  173. # files ending in .cache can be ignored
  174. *.[Cc]ache
  175. # but keep track of directories ending in .cache
  176. !*.[Cc]ache/
  177. # Others
  178. ClientBin/
  179. ~$*
  180. *~
  181. *.dbmdl
  182. *.dbproj.schemaview
  183. *.jfm
  184. *.pfx
  185. *.publishsettings
  186. orleans.codegen.cs
  187. # Including strong name files can present a security risk
  188. # (https://github.com/github/gitignore/pull/2483#issue-259490424)
  189. #*.snk
  190. # Since there are multiple workflows, uncomment next line to ignore bower_components
  191. # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
  192. #bower_components/
  193. # RIA/Silverlight projects
  194. Generated_Code/
  195. # Backup & report files from converting an old project file
  196. # to a newer Visual Studio version. Backup files are not needed,
  197. # because we have git ;-)
  198. _UpgradeReport_Files/
  199. Backup*/
  200. UpgradeLog*.XML
  201. UpgradeLog*.htm
  202. ServiceFabricBackup/
  203. *.rptproj.bak
  204. # SQL Server files
  205. *.mdf
  206. *.ldf
  207. *.ndf
  208. # Business Intelligence projects
  209. *.rdl.data
  210. *.bim.layout
  211. *.bim_*.settings
  212. *.rptproj.rsuser
  213. # Microsoft Fakes
  214. FakesAssemblies/
  215. # GhostDoc plugin setting file
  216. *.GhostDoc.xml
  217. # Node.js Tools for Visual Studio
  218. .ntvs_analysis.dat
  219. node_modules/
  220. # Visual Studio 6 build log
  221. *.plg
  222. # Visual Studio 6 workspace options file
  223. *.opt
  224. # Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
  225. *.vbw
  226. # Visual Studio LightSwitch build output
  227. **/*.HTMLClient/GeneratedArtifacts
  228. **/*.DesktopClient/GeneratedArtifacts
  229. **/*.DesktopClient/ModelManifest.xml
  230. **/*.Server/GeneratedArtifacts
  231. **/*.Server/ModelManifest.xml
  232. _Pvt_Extensions
  233. # Paket dependency manager
  234. .paket/paket.exe
  235. paket-files/
  236. # FAKE - F# Make
  237. .fake/
  238. # JetBrains Rider
  239. .idea/
  240. *.sln.iml
  241. # CodeRush personal settings
  242. .cr/personal
  243. # Python Tools for Visual Studio (PTVS)
  244. __pycache__/
  245. *.pyc
  246. # Cake - Uncomment if you are using it
  247. # tools/**
  248. # !tools/packages.config
  249. # Tabs Studio
  250. *.tss
  251. # Telerik's JustMock configuration file
  252. *.jmconfig
  253. # BizTalk build output
  254. *.btp.cs
  255. *.btm.cs
  256. *.odx.cs
  257. *.xsd.cs
  258. # OpenCover UI analysis results
  259. OpenCover/
  260. # Azure Stream Analytics local run output
  261. ASALocalRun/
  262. # MSBuild Binary and Structured Log
  263. *.binlog
  264. # NVidia Nsight GPU debugger configuration file
  265. *.nvuser
  266. # MFractors (Xamarin productivity tool) working folder
  267. .mfractor/
  268. # Local History for Visual Studio
  269. .localhistory/
  270. # ---> Python
  271. # Byte-compiled / optimized / DLL files
  272. __pycache__/
  273. *.py[cod]
  274. *$py.class
  275. # C extensions
  276. *.so
  277. # Distribution / packaging
  278. .Python
  279. build/
  280. develop-eggs/
  281. dist/
  282. downloads/
  283. eggs/
  284. .eggs/
  285. lib/
  286. lib64/
  287. parts/
  288. sdist/
  289. var/
  290. wheels/
  291. *.egg-info/
  292. .installed.cfg
  293. *.egg
  294. MANIFEST
  295. # PyInstaller
  296. # Usually these files are written by a python script from a template
  297. # before PyInstaller builds the exe, so as to inject date/other infos into it.
  298. *.manifest
  299. *.spec
  300. # Installer logs
  301. pip-log.txt
  302. pip-delete-this-directory.txt
  303. # Unit test / coverage reports
  304. htmlcov/
  305. .tox/
  306. .nox/
  307. .coverage
  308. .coverage.*
  309. .cache
  310. nosetests.xml
  311. coverage.xml
  312. *.cover
  313. .hypothesis/
  314. .pytest_cache/
  315. # Translations
  316. *.mo
  317. *.pot
  318. # Django stuff:
  319. *.log
  320. local_settings.py
  321. db.sqlite3
  322. # Flask stuff:
  323. instance/
  324. .webassets-cache
  325. # Scrapy stuff:
  326. .scrapy
  327. # Sphinx documentation
  328. docs/_build/
  329. # PyBuilder
  330. target/
  331. # Jupyter Notebook
  332. .ipynb_checkpoints
  333. # IPython
  334. profile_default/
  335. ipython_config.py
  336. # pyenv
  337. .python-version
  338. # celery beat schedule file
  339. celerybeat-schedule
  340. # SageMath parsed files
  341. *.sage.py
  342. # Environments
  343. .env
  344. .venv
  345. env/
  346. venv/
  347. ENV/
  348. env.bak/
  349. venv.bak/
  350. # Spyder project settings
  351. .spyderproject
  352. .spyproject
  353. # Rope project settings
  354. .ropeproject
  355. # mkdocs documentation
  356. /site
  357. # mypy
  358. .mypy_cache/
  359. .dmypy.json
  360. dmypy.json
  361. # Pyre type checker
  362. .pyre/
  363. # Gamecraft install folder
  364. ref