fdsreader 1.9.12__tar.gz → 1.10.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (119) hide show
  1. {fdsreader-1.9.12 → fdsreader-1.10.0}/.gitignore +510 -510
  2. {fdsreader-1.9.12 → fdsreader-1.10.0}/.travis.yml +50 -50
  3. {fdsreader-1.9.12 → fdsreader-1.10.0}/Dockerfile +9 -9
  4. {fdsreader-1.9.12 → fdsreader-1.10.0}/LICENSE +673 -673
  5. {fdsreader-1.9.12 → fdsreader-1.10.0}/MANIFEST.in +1 -1
  6. {fdsreader-1.9.12 → fdsreader-1.10.0}/PKG-INFO +112 -109
  7. {fdsreader-1.9.12 → fdsreader-1.10.0}/README.md +95 -95
  8. {fdsreader-1.9.12 → fdsreader-1.10.0}/RELEASE.md +324 -317
  9. {fdsreader-1.9.12 → fdsreader-1.10.0}/docker_deployment.sh +22 -22
  10. {fdsreader-1.9.12 → fdsreader-1.10.0}/docs/bndf.rst +20 -20
  11. {fdsreader-1.9.12 → fdsreader-1.10.0}/docs/conf.py +73 -73
  12. {fdsreader-1.9.12 → fdsreader-1.10.0}/docs/devc.rst +7 -7
  13. {fdsreader-1.9.12 → fdsreader-1.10.0}/docs/evac.rst +14 -14
  14. {fdsreader-1.9.12 → fdsreader-1.10.0}/docs/export.rst +22 -22
  15. {fdsreader-1.9.12 → fdsreader-1.10.0}/docs/fds_classes.rst +17 -17
  16. {fdsreader-1.9.12 → fdsreader-1.10.0}/docs/geom.rst +13 -13
  17. {fdsreader-1.9.12 → fdsreader-1.10.0}/docs/img/data-structure.svg +2 -2
  18. {fdsreader-1.9.12 → fdsreader-1.10.0}/docs/index.rst +36 -36
  19. {fdsreader-1.9.12 → fdsreader-1.10.0}/docs/isof.rst +14 -14
  20. {fdsreader-1.9.12 → fdsreader-1.10.0}/docs/part.rst +14 -14
  21. {fdsreader-1.9.12 → fdsreader-1.10.0}/docs/pl3d.rst +14 -14
  22. {fdsreader-1.9.12 → fdsreader-1.10.0}/docs/quantity.rst +7 -7
  23. {fdsreader-1.9.12 → fdsreader-1.10.0}/docs/simulation.rst +7 -7
  24. {fdsreader-1.9.12 → fdsreader-1.10.0}/docs/slcf.rst +26 -26
  25. {fdsreader-1.9.12 → fdsreader-1.10.0}/docs/smoke3d.rst +14 -14
  26. {fdsreader-1.9.12 → fdsreader-1.10.0}/docs/utils.rst +12 -12
  27. {fdsreader-1.9.12 → fdsreader-1.10.0}/examples/bndf/bndf_example_anim.py +49 -49
  28. {fdsreader-1.9.12 → fdsreader-1.10.0}/examples/bndf/fds_data/wall_005.fds +108 -108
  29. {fdsreader-1.9.12 → fdsreader-1.10.0}/examples/devc/devc_example.py +17 -17
  30. {fdsreader-1.9.12 → fdsreader-1.10.0}/examples/devc/fds_steckler/steckler.fds +39 -39
  31. {fdsreader-1.9.12 → fdsreader-1.10.0}/examples/evac/evac_example.py +16 -16
  32. {fdsreader-1.9.12 → fdsreader-1.10.0}/examples/evac/fds_fed/fed_verification_multi_mesh.fds +332 -332
  33. {fdsreader-1.9.12 → fdsreader-1.10.0}/examples/evac/fds_no_fed/stairs_evss_meshes.fds +238 -238
  34. {fdsreader-1.9.12 → fdsreader-1.10.0}/examples/export/export_all.py +14 -14
  35. {fdsreader-1.9.12 → fdsreader-1.10.0}/examples/export/obst_export.py +17 -17
  36. {fdsreader-1.9.12 → fdsreader-1.10.0}/examples/export/slcf_export.py +16 -16
  37. {fdsreader-1.9.12 → fdsreader-1.10.0}/examples/export/smoke3d_export.py +17 -17
  38. {fdsreader-1.9.12 → fdsreader-1.10.0}/examples/geom/fds_data/sphere_radiate.fds +1443 -1443
  39. {fdsreader-1.9.12 → fdsreader-1.10.0}/examples/geom/fds_geomslices/PWB01_GEOM.fds +361 -361
  40. {fdsreader-1.9.12 → fdsreader-1.10.0}/examples/geom/geom_example.py +18 -18
  41. {fdsreader-1.9.12 → fdsreader-1.10.0}/examples/geom/geom_slices.py +12 -12
  42. {fdsreader-1.9.12 → fdsreader-1.10.0}/examples/isof/fds_steckler/input_steckler.fds +122 -122
  43. {fdsreader-1.9.12 → fdsreader-1.10.0}/examples/isof/isof_example.py +28 -28
  44. {fdsreader-1.9.12 → fdsreader-1.10.0}/examples/part/fds_data/impact.fds +28 -28
  45. {fdsreader-1.9.12 → fdsreader-1.10.0}/examples/part/part_example.py +42 -42
  46. {fdsreader-1.9.12 → fdsreader-1.10.0}/examples/pl3d/fds_data/vort3d_80.fds +48 -48
  47. fdsreader-1.10.0/examples/pl3d/pl3d_example.py +37 -0
  48. {fdsreader-1.9.12 → fdsreader-1.10.0}/examples/slcf/fds_data/vort2d_80.fds +30 -30
  49. {fdsreader-1.9.12 → fdsreader-1.10.0}/examples/slcf/fds_multimesh/multimesh.fds +71 -71
  50. {fdsreader-1.9.12 → fdsreader-1.10.0}/examples/slcf/fds_steckler/input_steckler.fds +45 -45
  51. {fdsreader-1.9.12 → fdsreader-1.10.0}/examples/slcf/slcf_example_global.py +26 -26
  52. {fdsreader-1.9.12 → fdsreader-1.10.0}/examples/slcf/slcf_example_mask.py +34 -34
  53. {fdsreader-1.9.12 → fdsreader-1.10.0}/examples/smoke3d/fds_steckler/input_steckler.fds +36 -36
  54. fdsreader-1.10.0/examples/smoke3d/smoke3d_example.py +43 -0
  55. {fdsreader-1.9.12 → fdsreader-1.10.0}/fdsreader/__init__.py +6 -6
  56. {fdsreader-1.9.12 → fdsreader-1.10.0}/fdsreader/_version.py +11 -11
  57. {fdsreader-1.9.12 → fdsreader-1.10.0}/fdsreader/bndf/__init__.py +3 -3
  58. {fdsreader-1.9.12 → fdsreader-1.10.0}/fdsreader/bndf/obstruction.py +780 -780
  59. {fdsreader-1.9.12 → fdsreader-1.10.0}/fdsreader/bndf/obstruction_collection.py +53 -53
  60. {fdsreader-1.9.12 → fdsreader-1.10.0}/fdsreader/bndf/utils.py +32 -32
  61. fdsreader-1.10.0/fdsreader/devc/__init__.py +3 -0
  62. {fdsreader-1.9.12 → fdsreader-1.10.0}/fdsreader/devc/device.py +64 -64
  63. {fdsreader-1.9.12 → fdsreader-1.10.0}/fdsreader/devc/device_collection.py +38 -38
  64. {fdsreader-1.9.12 → fdsreader-1.10.0}/fdsreader/evac/__init__.py +3 -3
  65. {fdsreader-1.9.12 → fdsreader-1.10.0}/fdsreader/evac/evac_collection.py +457 -457
  66. {fdsreader-1.9.12 → fdsreader-1.10.0}/fdsreader/evac/evacuation.py +196 -196
  67. {fdsreader-1.9.12 → fdsreader-1.10.0}/fdsreader/export/__init__.py +4 -4
  68. {fdsreader-1.9.12 → fdsreader-1.10.0}/fdsreader/export/obst_exporter.py +97 -97
  69. {fdsreader-1.9.12 → fdsreader-1.10.0}/fdsreader/export/sim_exporter.py +43 -43
  70. {fdsreader-1.9.12 → fdsreader-1.10.0}/fdsreader/export/slcf_exporter.py +67 -67
  71. {fdsreader-1.9.12 → fdsreader-1.10.0}/fdsreader/export/smoke3d_exporter.py +75 -75
  72. {fdsreader-1.9.12 → fdsreader-1.10.0}/fdsreader/fds_classes/__init__.py +7 -7
  73. {fdsreader-1.9.12 → fdsreader-1.10.0}/fdsreader/fds_classes/mesh.py +163 -163
  74. {fdsreader-1.9.12 → fdsreader-1.10.0}/fdsreader/fds_classes/mesh_collection.py +21 -21
  75. {fdsreader-1.9.12 → fdsreader-1.10.0}/fdsreader/fds_classes/surface.py +38 -38
  76. {fdsreader-1.9.12 → fdsreader-1.10.0}/fdsreader/fds_classes/ventilation.py +75 -75
  77. {fdsreader-1.9.12 → fdsreader-1.10.0}/fdsreader/geom/__init__.py +3 -3
  78. {fdsreader-1.9.12 → fdsreader-1.10.0}/fdsreader/geom/geometry.py +274 -274
  79. {fdsreader-1.9.12 → fdsreader-1.10.0}/fdsreader/geom/geometry_collection.py +33 -33
  80. {fdsreader-1.9.12 → fdsreader-1.10.0}/fdsreader/isof/__init__.py +3 -3
  81. {fdsreader-1.9.12 → fdsreader-1.10.0}/fdsreader/isof/isosurface.py +368 -368
  82. {fdsreader-1.9.12 → fdsreader-1.10.0}/fdsreader/isof/isosurface_collection.py +28 -28
  83. {fdsreader-1.9.12 → fdsreader-1.10.0}/fdsreader/part/__init__.py +3 -3
  84. {fdsreader-1.9.12 → fdsreader-1.10.0}/fdsreader/part/particle.py +113 -113
  85. {fdsreader-1.9.12 → fdsreader-1.10.0}/fdsreader/part/particle_collection.py +118 -118
  86. {fdsreader-1.9.12 → fdsreader-1.10.0}/fdsreader/pl3d/__init__.py +3 -3
  87. fdsreader-1.10.0/fdsreader/pl3d/pl3d.py +295 -0
  88. {fdsreader-1.9.12 → fdsreader-1.10.0}/fdsreader/pl3d/plot3D_collection.py +33 -34
  89. {fdsreader-1.9.12 → fdsreader-1.10.0}/fdsreader/settings.py +15 -15
  90. {fdsreader-1.9.12 → fdsreader-1.10.0}/fdsreader/simulation.py +1065 -1070
  91. {fdsreader-1.9.12 → fdsreader-1.10.0}/fdsreader/slcf/__init__.py +7 -7
  92. {fdsreader-1.9.12 → fdsreader-1.10.0}/fdsreader/slcf/geomslice.py +463 -460
  93. {fdsreader-1.9.12 → fdsreader-1.10.0}/fdsreader/slcf/geomslice_collection.py +62 -62
  94. {fdsreader-1.9.12 → fdsreader-1.10.0}/fdsreader/slcf/slice.py +745 -744
  95. {fdsreader-1.9.12 → fdsreader-1.10.0}/fdsreader/slcf/slice_collection.py +63 -63
  96. {fdsreader-1.9.12 → fdsreader-1.10.0}/fdsreader/smoke3d/__init__.py +3 -3
  97. {fdsreader-1.9.12 → fdsreader-1.10.0}/fdsreader/smoke3d/smoke3D_collection.py +28 -28
  98. {fdsreader-1.9.12 → fdsreader-1.10.0}/fdsreader/smoke3d/smoke3d.py +324 -205
  99. {fdsreader-1.9.12 → fdsreader-1.10.0}/fdsreader/utils/__init__.py +7 -7
  100. {fdsreader-1.9.12 → fdsreader-1.10.0}/fdsreader/utils/data.py +126 -126
  101. {fdsreader-1.9.12 → fdsreader-1.10.0}/fdsreader/utils/dimension.py +77 -77
  102. {fdsreader-1.9.12 → fdsreader-1.10.0}/fdsreader/utils/extent.py +97 -97
  103. {fdsreader-1.9.12 → fdsreader-1.10.0}/fdsreader/utils/fortran_data.py +81 -81
  104. {fdsreader-1.9.12 → fdsreader-1.10.0}/fdsreader/utils/misc.py +20 -20
  105. {fdsreader-1.9.12 → fdsreader-1.10.0}/fdsreader.egg-info/PKG-INFO +112 -109
  106. {fdsreader-1.9.12 → fdsreader-1.10.0}/requirements.txt +0 -0
  107. {fdsreader-1.9.12 → fdsreader-1.10.0}/setup.cfg +4 -4
  108. {fdsreader-1.9.12 → fdsreader-1.10.0}/setup.py +32 -32
  109. {fdsreader-1.9.12 → fdsreader-1.10.0}/tests/test.py +16 -16
  110. {fdsreader-1.9.12 → fdsreader-1.10.0}/tests/test.smv +333 -333
  111. fdsreader-1.9.12/examples/pl3d/pl3d_example.py +0 -43
  112. fdsreader-1.9.12/examples/smoke3d/smoke3d_example.py +0 -51
  113. fdsreader-1.9.12/fdsreader/devc/__init__.py +0 -3
  114. fdsreader-1.9.12/fdsreader/pl3d/pl3d.py +0 -170
  115. {fdsreader-1.9.12 → fdsreader-1.10.0}/docs/img/data-structure.drawio +0 -0
  116. {fdsreader-1.9.12 → fdsreader-1.10.0}/fdsreader.egg-info/SOURCES.txt +0 -0
  117. {fdsreader-1.9.12 → fdsreader-1.10.0}/fdsreader.egg-info/dependency_links.txt +0 -0
  118. {fdsreader-1.9.12 → fdsreader-1.10.0}/fdsreader.egg-info/requires.txt +0 -0
  119. {fdsreader-1.9.12 → fdsreader-1.10.0}/fdsreader.egg-info/top_level.txt +0 -0
@@ -1,511 +1,511 @@
1
- # Default excludes
2
-
3
- # Binaries
4
- *.7z
5
- *.dmg
6
- *.gz
7
- *.jar
8
- *.rar
9
- *.tar
10
- *.zip
11
- *.war
12
- *.ear
13
- *.sar
14
- *.class
15
- # Maven
16
- target/
17
- # IntelliJ project files
18
- *.iml
19
- *.iws
20
- *.ipr
21
- .idea/
22
- # eclipse project file
23
- .settings/
24
- .classpath
25
- .project
26
- # NetBeans specific
27
- nbproject/private/
28
- build/
29
- nbbuild/
30
- dist/
31
- nbdist/
32
- nbactions.xml
33
- nb-configuration.xml
34
- # OS
35
- .DS_Store
36
- # Misc
37
- *.swp
38
- release.properties
39
- pom.xml.releaseBackup
40
- pom.xml.tag
41
- ### Python specific
42
- # Byte-compiled / optimized / DLL files
43
- __pycache__/
44
- *.py[cod]
45
- *$py.class
46
- # C extensions
47
- *.so
48
- # Distribution / packaging
49
- .Python
50
- develop-eggs/
51
- downloads/
52
- eggs/
53
- .eggs/
54
- lib/
55
- lib64/
56
- parts/
57
- sdist/
58
- var/
59
- wheels/
60
- share/python-wheels/
61
- *.egg-info/
62
- .installed.cfg
63
- *.egg
64
- MANIFEST
65
- # PyInstaller
66
- # Usually these files are written by a python script from a template
67
- # before PyInstaller builds the exe, so as to inject date/other infos into it.
68
- *.manifest
69
- *.spec
70
- # Installer logs
71
- pip-log.txt
72
- pip-delete-this-directory.txt
73
- # Unit test / coverage reports
74
- htmlcov/
75
- .tox/
76
- .nox/
77
- .coverage
78
- .coverage.*
79
- .cache
80
- nosetests.xml
81
- coverage.xml
82
- *.cover
83
- *.py,cover
84
- .hypothesis/
85
- .pytest_cache/
86
- cover/
87
- # Translations
88
- *.mo
89
- *.pot
90
- # Django stuff:
91
- *.log
92
- local_settings.py
93
- db.sqlite3
94
- db.sqlite3-journal
95
- # Flask stuff:
96
- instance/
97
- .webassets-cache
98
- # Scrapy stuff:
99
- .scrapy
100
- # Sphinx documentation
101
- docs/_build/
102
- # PyBuilder
103
- .pybuilder/
104
- # Jupyter Notebook
105
- .ipynb_checkpoints
106
- # IPython
107
- profile_default/
108
- ipython_config.py
109
- # pyenv
110
- # For a library or package, you might want to ignore these files since the code is
111
- # intended to run in multiple environments; otherwise, check them in:
112
- # .python-version
113
- # pipenv
114
- # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
115
- # However, in case of collaboration, if having platform-specific dependencies or dependencies
116
- # having no cross-platform support, pipenv may install dependencies that don't work, or not
117
- # install all needed dependencies.
118
- #Pipfile.lock
119
- # PEP 582; used by e.g. github.com/David-OConnor/pyflow
120
- __pypackages__/
121
- # Celery stuff
122
- celerybeat-schedule
123
- celerybeat.pid
124
- # SageMath parsed files
125
- *.sage.py
126
- # Environments
127
- .env
128
- .venv
129
- env/
130
- venv/
131
- ENV/
132
- env.bak/
133
- venv.bak/
134
- # Spyder project settings
135
- .spyderproject
136
- .spyproject
137
- # Rope project settings
138
- .ropeproject
139
- # mkdocs documentation
140
- /site
141
- # mypy
142
- .mypy_cache/
143
- .dmypy.json
144
- dmypy.json
145
- # Pyre type checker
146
- .pyre/
147
- # pytype static type analyzer
148
- .pytype/
149
- # Cython debug symbols
150
- cython_debug/
151
- ## Ignore Visual Studio temporary files, build results, and
152
- ## files generated by popular Visual Studio add-ons.
153
- ##
154
- ## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
155
- # User-specific files
156
- *.rsuser
157
- *.suo
158
- *.user
159
- *.userosscache
160
- *.sln.docstates
161
- # User-specific files (MonoDevelop/Xamarin Studio)
162
- *.userprefs
163
- # Mono auto generated files
164
- mono_crash.*
165
- # Build results
166
- [Dd]ebug/
167
- [Dd]ebugPublic/
168
- [Rr]elease/
169
- [Rr]eleases/
170
- x64/
171
- x86/
172
- [Ww][Ii][Nn]32/
173
- [Aa][Rr][Mm]/
174
- [Aa][Rr][Mm]64/
175
- bld/
176
- [Bb]in/
177
- [Oo]bj/
178
- [Ll]og/
179
- [Ll]ogs/
180
- # Visual Studio 2015/2017 cache/options directory
181
- .vs/
182
- *.sln
183
- # Uncomment if you have tasks that create the project's static files in wwwroot
184
- #wwwroot/
185
- # Visual Studio 2017 auto generated files
186
- Generated\ Files/
187
- # MSTest test Results
188
- [Tt]est[Rr]esult*/
189
- [Bb]uild[Ll]og.*
190
- # NUnit
191
- *.VisualState.xml
192
- TestResult.xml
193
- nunit-*.xml
194
- # Build Results of an ATL Project
195
- [Dd]ebugPS/
196
- [Rr]eleasePS/
197
- dlldata.c
198
- # Benchmark Results
199
- BenchmarkDotNet.Artifacts/
200
- # .NET Core
201
- project.lock.json
202
- project.fragment.lock.json
203
- artifacts/
204
- # ASP.NET Scaffolding
205
- ScaffoldingReadMe.txt
206
- # StyleCop
207
- StyleCopReport.xml
208
- # Files built by Visual Studio
209
- *_i.c
210
- *_p.c
211
- *_h.h
212
- *.ilk
213
- *.meta
214
- *.obj
215
- *.iobj
216
- *.pch
217
- *.pdb
218
- *.ipdb
219
- *.pgc
220
- *.pgd
221
- *.rsp
222
- *.sbr
223
- *.tlb
224
- *.tli
225
- *.tlh
226
- *.tmp
227
- *.tmp_proj
228
- *_wpftmp.csproj
229
- *.vspscc
230
- *.vssscc
231
- .builds
232
- *.pidb
233
- *.svclog
234
- *.scc
235
- # Chutzpah Test files
236
- _Chutzpah*
237
- # Visual C++ cache files
238
- ipch/
239
- *.aps
240
- *.ncb
241
- *.opendb
242
- *.opensdf
243
- *.sdf
244
- *.cachefile
245
- *.VC.db
246
- *.VC.VC.opendb
247
- # Visual Studio profiler
248
- *.psess
249
- *.vsp
250
- *.vspx
251
- *.sap
252
- # Visual Studio Trace Files
253
- *.e2e
254
- # TFS 2012 Local Workspace
255
- $tf/
256
- # Guidance Automation Toolkit
257
- *.gpState
258
- # ReSharper is a .NET coding add-in
259
- _ReSharper*/
260
- *.[Rr]e[Ss]harper
261
- *.DotSettings.user
262
- # TeamCity is a build add-in
263
- _TeamCity*
264
- # DotCover is a Code Coverage Tool
265
- *.dotCover
266
- # AxoCover is a Code Coverage Tool
267
- .axoCover/*
268
- !.axoCover/settings.json
269
- # Coverlet is a free, cross platform Code Coverage Tool
270
- coverage*.json
271
- coverage*.xml
272
- coverage*.info
273
- # Visual Studio code coverage results
274
- *.coverage
275
- *.coveragexml
276
- # NCrunch
277
- _NCrunch_*
278
- .*crunch*.local.xml
279
- nCrunchTemp_*
280
- # MightyMoose
281
- *.mm.*
282
- AutoTest.Net/
283
- # Web workbench (sass)
284
- .sass-cache/
285
- # Installshield output folder
286
- [Ee]xpress/
287
- # DocProject is a documentation generator add-in
288
- DocProject/buildhelp/
289
- DocProject/Help/*.HxT
290
- DocProject/Help/*.HxC
291
- DocProject/Help/*.hhc
292
- DocProject/Help/*.hhk
293
- DocProject/Help/*.hhp
294
- DocProject/Help/Html2
295
- DocProject/Help/html
296
- # Click-Once directory
297
- publish/
298
- # Publish Web Output
299
- *.[Pp]ublish.xml
300
- *.azurePubxml
301
- # Note: Comment the next line if you want to checkin your web deploy settings,
302
- # but database connection strings (with potential passwords) will be unencrypted
303
- *.pubxml
304
- *.publishproj
305
- # Microsoft Azure Web App publish settings. Comment the next line if you want to
306
- # checkin your Azure Web App publish settings, but sensitive information contained
307
- # in these scripts will be unencrypted
308
- PublishScripts/
309
- # NuGet Packages
310
- *.nupkg
311
- # NuGet Symbol Packages
312
- *.snupkg
313
- # The packages folder can be ignored because of Package Restore
314
- **/[Pp]ackages/*
315
- # except build/, which is used as an MSBuild target.
316
- !**/[Pp]ackages/build/
317
- # Uncomment if necessary however generally it will be regenerated when needed
318
- #!**/[Pp]ackages/repositories.config
319
- # NuGet v3's project.json files produces more ignorable files
320
- *.nuget.props
321
- *.nuget.targets
322
- # Microsoft Azure Build Output
323
- csx/
324
- *.build.csdef
325
- # Microsoft Azure Emulator
326
- ecf/
327
- rcf/
328
- # Windows Store app package directories and files
329
- AppPackages/
330
- BundleArtifacts/
331
- Package.StoreAssociation.xml
332
- _pkginfo.txt
333
- *.appx
334
- *.appxbundle
335
- *.appxupload
336
- # Visual Studio cache files
337
- # files ending in .cache can be ignored
338
- *.[Cc]ache
339
- # but keep track of directories ending in .cache
340
- !?*.[Cc]ache/
341
- # Others
342
- ClientBin/
343
- ~$*
344
- *~
345
- *.dbmdl
346
- *.dbproj.schemaview
347
- *.jfm
348
- *.pfx
349
- *.publishsettings
350
- orleans.codegen.cs
351
- # Including strong name files can present a security risk
352
- # (https://github.com/github/gitignore/pull/2483#issue-259490424)
353
- #*.snk
354
- # Since there are multiple workflows, uncomment next line to ignore bower_components
355
- # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
356
- #bower_components/
357
- # RIA/Silverlight projects
358
- Generated_Code/
359
- # Backup & report files from converting an old project file
360
- # to a newer Visual Studio version. Backup files are not needed,
361
- # because we have git ;-)
362
- _UpgradeReport_Files/
363
- Backup*/
364
- UpgradeLog*.XML
365
- UpgradeLog*.htm
366
- ServiceFabricBackup/
367
- *.rptproj.bak
368
- # SQL Server files
369
- *.mdf
370
- *.ldf
371
- *.ndf
372
- # Business Intelligence projects
373
- *.rdl.data
374
- *.bim.layout
375
- *.bim_*.settings
376
- *.rptproj.rsuser
377
- *- [Bb]ackup.rdl
378
- *- [Bb]ackup ([0-9]).rdl
379
- *- [Bb]ackup ([0-9][0-9]).rdl
380
- # Microsoft Fakes
381
- FakesAssemblies/
382
- # GhostDoc plugin setting file
383
- *.GhostDoc.xml
384
- # Node.js Tools for Visual Studio
385
- .ntvs_analysis.dat
386
- node_modules/
387
- # Visual Studio 6 build log
388
- *.plg
389
- # Visual Studio 6 workspace options file
390
- *.opt
391
- # Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
392
- *.vbw
393
- # Visual Studio LightSwitch build output
394
- **/*.HTMLClient/GeneratedArtifacts
395
- **/*.DesktopClient/GeneratedArtifacts
396
- **/*.DesktopClient/ModelManifest.xml
397
- **/*.Server/GeneratedArtifacts
398
- **/*.Server/ModelManifest.xml
399
- _Pvt_Extensions
400
- # Paket dependency manager
401
- .paket/paket.exe
402
- paket-files/
403
- # FAKE - F# Make
404
- .fake/
405
- # CodeRush personal settings
406
- .cr/personal
407
- # Python Tools for Visual Studio (PTVS)
408
- *.pyc
409
- # Cake - Uncomment if you are using it
410
- # tools/**
411
- # !tools/packages.config
412
- # Tabs Studio
413
- *.tss
414
- # Telerik's JustMock configuration file
415
- *.jmconfig
416
- # BizTalk build output
417
- *.btp.cs
418
- *.btm.cs
419
- *.odx.cs
420
- *.xsd.cs
421
- # OpenCover UI analysis results
422
- OpenCover/
423
- # Azure Stream Analytics local run output
424
- ASALocalRun/
425
- # MSBuild Binary and Structured Log
426
- *.binlog
427
- # NVidia Nsight GPU debugger configuration file
428
- *.nvuser
429
- # MFractors (Xamarin productivity tool) working folder
430
- .mfractor/
431
- # Local History for Visual Studio
432
- .localhistory/
433
- # BeatPulse healthcheck temp database
434
- healthchecksdb
435
- # Backup folder for Package Reference Convert tool in Visual Studio 2017
436
- MigrationBackup/
437
- # Ionide (cross platform F# VS Code tools) working folder
438
- .ionide/
439
- # Fody - auto-generated XML schema
440
- FodyWeavers.xsd
441
- .vscode/*
442
- !.vscode/settings.json
443
- !.vscode/tasks.json
444
- !.vscode/launch.json
445
- !.vscode/extensions.json
446
- *.code-workspace
447
- # Local History for Visual Studio Code
448
- .history/
449
- # Created by .ignore support plugin (hsz.mobi)
450
- ### Python template
451
- *,cover
452
- # IPython Notebook
453
- .python-version
454
- # celery beat schedule file
455
- # dotenv
456
- # virtualenv
457
- ### VirtualEnv template
458
- # Virtualenv
459
- # http://iamzed.com/2009/05/07/a-primer-on-virtualenv/
460
- [Bb]in
461
- [Ii]nclude
462
- [Ll]ib
463
- [Ll]ib64
464
- [Ll]ocal
465
- [Ss]cripts
466
- pyvenv.cfg
467
- pip-selfcheck.json
468
- ### JetBrains template
469
- # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
470
- # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
471
- # User-specific stuff:
472
- .idea/workspace.xml
473
- .idea/tasks.xml
474
- .idea/dictionaries
475
- .idea/vcs.xml
476
- .idea/jsLibraryMappings.xml
477
- # Sensitive or high-churn files:
478
- .idea/dataSources.ids
479
- .idea/dataSources.xml
480
- .idea/dataSources.local.xml
481
- .idea/sqlDataSources.xml
482
- .idea/dynamic.xml
483
- .idea/uiDesigner.xml
484
- # Gradle:
485
- .idea/gradle.xml
486
- .idea/libraries
487
- # Mongo Explorer plugin:
488
- .idea/mongoSettings.xml
489
- ## File-based project format:
490
- ## Plugin-specific files:
491
- # IntelliJ
492
- out/
493
- # mpeltonen/sbt-idea plugin
494
- .idea_modules/
495
- # JIRA plugin
496
- atlassian-ide-plugin.xml
497
- # Crashlytics plugin (for Android Studio and IntelliJ)
498
- com_crashlytics_export_strings.xml
499
- crashlytics.properties
500
- crashlytics-build.properties
501
- fabric.properties
502
- *.pyproj
503
-
504
- # CUSTOM
505
- examples/
506
- !examples/*/
507
- !examples/**/*.py
508
- !examples/**/*.fds
509
-
510
- /docs/build/
1
+ # Default excludes
2
+
3
+ # Binaries
4
+ *.7z
5
+ *.dmg
6
+ *.gz
7
+ *.jar
8
+ *.rar
9
+ *.tar
10
+ *.zip
11
+ *.war
12
+ *.ear
13
+ *.sar
14
+ *.class
15
+ # Maven
16
+ target/
17
+ # IntelliJ project files
18
+ *.iml
19
+ *.iws
20
+ *.ipr
21
+ .idea/
22
+ # eclipse project file
23
+ .settings/
24
+ .classpath
25
+ .project
26
+ # NetBeans specific
27
+ nbproject/private/
28
+ build/
29
+ nbbuild/
30
+ dist/
31
+ nbdist/
32
+ nbactions.xml
33
+ nb-configuration.xml
34
+ # OS
35
+ .DS_Store
36
+ # Misc
37
+ *.swp
38
+ release.properties
39
+ pom.xml.releaseBackup
40
+ pom.xml.tag
41
+ ### Python specific
42
+ # Byte-compiled / optimized / DLL files
43
+ __pycache__/
44
+ *.py[cod]
45
+ *$py.class
46
+ # C extensions
47
+ *.so
48
+ # Distribution / packaging
49
+ .Python
50
+ develop-eggs/
51
+ downloads/
52
+ eggs/
53
+ .eggs/
54
+ lib/
55
+ lib64/
56
+ parts/
57
+ sdist/
58
+ var/
59
+ wheels/
60
+ share/python-wheels/
61
+ *.egg-info/
62
+ .installed.cfg
63
+ *.egg
64
+ MANIFEST
65
+ # PyInstaller
66
+ # Usually these files are written by a python script from a template
67
+ # before PyInstaller builds the exe, so as to inject date/other infos into it.
68
+ *.manifest
69
+ *.spec
70
+ # Installer logs
71
+ pip-log.txt
72
+ pip-delete-this-directory.txt
73
+ # Unit test / coverage reports
74
+ htmlcov/
75
+ .tox/
76
+ .nox/
77
+ .coverage
78
+ .coverage.*
79
+ .cache
80
+ nosetests.xml
81
+ coverage.xml
82
+ *.cover
83
+ *.py,cover
84
+ .hypothesis/
85
+ .pytest_cache/
86
+ cover/
87
+ # Translations
88
+ *.mo
89
+ *.pot
90
+ # Django stuff:
91
+ *.log
92
+ local_settings.py
93
+ db.sqlite3
94
+ db.sqlite3-journal
95
+ # Flask stuff:
96
+ instance/
97
+ .webassets-cache
98
+ # Scrapy stuff:
99
+ .scrapy
100
+ # Sphinx documentation
101
+ docs/_build/
102
+ # PyBuilder
103
+ .pybuilder/
104
+ # Jupyter Notebook
105
+ .ipynb_checkpoints
106
+ # IPython
107
+ profile_default/
108
+ ipython_config.py
109
+ # pyenv
110
+ # For a library or package, you might want to ignore these files since the code is
111
+ # intended to run in multiple environments; otherwise, check them in:
112
+ # .python-version
113
+ # pipenv
114
+ # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
115
+ # However, in case of collaboration, if having platform-specific dependencies or dependencies
116
+ # having no cross-platform support, pipenv may install dependencies that don't work, or not
117
+ # install all needed dependencies.
118
+ #Pipfile.lock
119
+ # PEP 582; used by e.g. github.com/David-OConnor/pyflow
120
+ __pypackages__/
121
+ # Celery stuff
122
+ celerybeat-schedule
123
+ celerybeat.pid
124
+ # SageMath parsed files
125
+ *.sage.py
126
+ # Environments
127
+ .env
128
+ .venv
129
+ env/
130
+ venv/
131
+ ENV/
132
+ env.bak/
133
+ venv.bak/
134
+ # Spyder project settings
135
+ .spyderproject
136
+ .spyproject
137
+ # Rope project settings
138
+ .ropeproject
139
+ # mkdocs documentation
140
+ /site
141
+ # mypy
142
+ .mypy_cache/
143
+ .dmypy.json
144
+ dmypy.json
145
+ # Pyre type checker
146
+ .pyre/
147
+ # pytype static type analyzer
148
+ .pytype/
149
+ # Cython debug symbols
150
+ cython_debug/
151
+ ## Ignore Visual Studio temporary files, build results, and
152
+ ## files generated by popular Visual Studio add-ons.
153
+ ##
154
+ ## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
155
+ # User-specific files
156
+ *.rsuser
157
+ *.suo
158
+ *.user
159
+ *.userosscache
160
+ *.sln.docstates
161
+ # User-specific files (MonoDevelop/Xamarin Studio)
162
+ *.userprefs
163
+ # Mono auto generated files
164
+ mono_crash.*
165
+ # Build results
166
+ [Dd]ebug/
167
+ [Dd]ebugPublic/
168
+ [Rr]elease/
169
+ [Rr]eleases/
170
+ x64/
171
+ x86/
172
+ [Ww][Ii][Nn]32/
173
+ [Aa][Rr][Mm]/
174
+ [Aa][Rr][Mm]64/
175
+ bld/
176
+ [Bb]in/
177
+ [Oo]bj/
178
+ [Ll]og/
179
+ [Ll]ogs/
180
+ # Visual Studio 2015/2017 cache/options directory
181
+ .vs/
182
+ *.sln
183
+ # Uncomment if you have tasks that create the project's static files in wwwroot
184
+ #wwwroot/
185
+ # Visual Studio 2017 auto generated files
186
+ Generated\ Files/
187
+ # MSTest test Results
188
+ [Tt]est[Rr]esult*/
189
+ [Bb]uild[Ll]og.*
190
+ # NUnit
191
+ *.VisualState.xml
192
+ TestResult.xml
193
+ nunit-*.xml
194
+ # Build Results of an ATL Project
195
+ [Dd]ebugPS/
196
+ [Rr]eleasePS/
197
+ dlldata.c
198
+ # Benchmark Results
199
+ BenchmarkDotNet.Artifacts/
200
+ # .NET Core
201
+ project.lock.json
202
+ project.fragment.lock.json
203
+ artifacts/
204
+ # ASP.NET Scaffolding
205
+ ScaffoldingReadMe.txt
206
+ # StyleCop
207
+ StyleCopReport.xml
208
+ # Files built by Visual Studio
209
+ *_i.c
210
+ *_p.c
211
+ *_h.h
212
+ *.ilk
213
+ *.meta
214
+ *.obj
215
+ *.iobj
216
+ *.pch
217
+ *.pdb
218
+ *.ipdb
219
+ *.pgc
220
+ *.pgd
221
+ *.rsp
222
+ *.sbr
223
+ *.tlb
224
+ *.tli
225
+ *.tlh
226
+ *.tmp
227
+ *.tmp_proj
228
+ *_wpftmp.csproj
229
+ *.vspscc
230
+ *.vssscc
231
+ .builds
232
+ *.pidb
233
+ *.svclog
234
+ *.scc
235
+ # Chutzpah Test files
236
+ _Chutzpah*
237
+ # Visual C++ cache files
238
+ ipch/
239
+ *.aps
240
+ *.ncb
241
+ *.opendb
242
+ *.opensdf
243
+ *.sdf
244
+ *.cachefile
245
+ *.VC.db
246
+ *.VC.VC.opendb
247
+ # Visual Studio profiler
248
+ *.psess
249
+ *.vsp
250
+ *.vspx
251
+ *.sap
252
+ # Visual Studio Trace Files
253
+ *.e2e
254
+ # TFS 2012 Local Workspace
255
+ $tf/
256
+ # Guidance Automation Toolkit
257
+ *.gpState
258
+ # ReSharper is a .NET coding add-in
259
+ _ReSharper*/
260
+ *.[Rr]e[Ss]harper
261
+ *.DotSettings.user
262
+ # TeamCity is a build add-in
263
+ _TeamCity*
264
+ # DotCover is a Code Coverage Tool
265
+ *.dotCover
266
+ # AxoCover is a Code Coverage Tool
267
+ .axoCover/*
268
+ !.axoCover/settings.json
269
+ # Coverlet is a free, cross platform Code Coverage Tool
270
+ coverage*.json
271
+ coverage*.xml
272
+ coverage*.info
273
+ # Visual Studio code coverage results
274
+ *.coverage
275
+ *.coveragexml
276
+ # NCrunch
277
+ _NCrunch_*
278
+ .*crunch*.local.xml
279
+ nCrunchTemp_*
280
+ # MightyMoose
281
+ *.mm.*
282
+ AutoTest.Net/
283
+ # Web workbench (sass)
284
+ .sass-cache/
285
+ # Installshield output folder
286
+ [Ee]xpress/
287
+ # DocProject is a documentation generator add-in
288
+ DocProject/buildhelp/
289
+ DocProject/Help/*.HxT
290
+ DocProject/Help/*.HxC
291
+ DocProject/Help/*.hhc
292
+ DocProject/Help/*.hhk
293
+ DocProject/Help/*.hhp
294
+ DocProject/Help/Html2
295
+ DocProject/Help/html
296
+ # Click-Once directory
297
+ publish/
298
+ # Publish Web Output
299
+ *.[Pp]ublish.xml
300
+ *.azurePubxml
301
+ # Note: Comment the next line if you want to checkin your web deploy settings,
302
+ # but database connection strings (with potential passwords) will be unencrypted
303
+ *.pubxml
304
+ *.publishproj
305
+ # Microsoft Azure Web App publish settings. Comment the next line if you want to
306
+ # checkin your Azure Web App publish settings, but sensitive information contained
307
+ # in these scripts will be unencrypted
308
+ PublishScripts/
309
+ # NuGet Packages
310
+ *.nupkg
311
+ # NuGet Symbol Packages
312
+ *.snupkg
313
+ # The packages folder can be ignored because of Package Restore
314
+ **/[Pp]ackages/*
315
+ # except build/, which is used as an MSBuild target.
316
+ !**/[Pp]ackages/build/
317
+ # Uncomment if necessary however generally it will be regenerated when needed
318
+ #!**/[Pp]ackages/repositories.config
319
+ # NuGet v3's project.json files produces more ignorable files
320
+ *.nuget.props
321
+ *.nuget.targets
322
+ # Microsoft Azure Build Output
323
+ csx/
324
+ *.build.csdef
325
+ # Microsoft Azure Emulator
326
+ ecf/
327
+ rcf/
328
+ # Windows Store app package directories and files
329
+ AppPackages/
330
+ BundleArtifacts/
331
+ Package.StoreAssociation.xml
332
+ _pkginfo.txt
333
+ *.appx
334
+ *.appxbundle
335
+ *.appxupload
336
+ # Visual Studio cache files
337
+ # files ending in .cache can be ignored
338
+ *.[Cc]ache
339
+ # but keep track of directories ending in .cache
340
+ !?*.[Cc]ache/
341
+ # Others
342
+ ClientBin/
343
+ ~$*
344
+ *~
345
+ *.dbmdl
346
+ *.dbproj.schemaview
347
+ *.jfm
348
+ *.pfx
349
+ *.publishsettings
350
+ orleans.codegen.cs
351
+ # Including strong name files can present a security risk
352
+ # (https://github.com/github/gitignore/pull/2483#issue-259490424)
353
+ #*.snk
354
+ # Since there are multiple workflows, uncomment next line to ignore bower_components
355
+ # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
356
+ #bower_components/
357
+ # RIA/Silverlight projects
358
+ Generated_Code/
359
+ # Backup & report files from converting an old project file
360
+ # to a newer Visual Studio version. Backup files are not needed,
361
+ # because we have git ;-)
362
+ _UpgradeReport_Files/
363
+ Backup*/
364
+ UpgradeLog*.XML
365
+ UpgradeLog*.htm
366
+ ServiceFabricBackup/
367
+ *.rptproj.bak
368
+ # SQL Server files
369
+ *.mdf
370
+ *.ldf
371
+ *.ndf
372
+ # Business Intelligence projects
373
+ *.rdl.data
374
+ *.bim.layout
375
+ *.bim_*.settings
376
+ *.rptproj.rsuser
377
+ *- [Bb]ackup.rdl
378
+ *- [Bb]ackup ([0-9]).rdl
379
+ *- [Bb]ackup ([0-9][0-9]).rdl
380
+ # Microsoft Fakes
381
+ FakesAssemblies/
382
+ # GhostDoc plugin setting file
383
+ *.GhostDoc.xml
384
+ # Node.js Tools for Visual Studio
385
+ .ntvs_analysis.dat
386
+ node_modules/
387
+ # Visual Studio 6 build log
388
+ *.plg
389
+ # Visual Studio 6 workspace options file
390
+ *.opt
391
+ # Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
392
+ *.vbw
393
+ # Visual Studio LightSwitch build output
394
+ **/*.HTMLClient/GeneratedArtifacts
395
+ **/*.DesktopClient/GeneratedArtifacts
396
+ **/*.DesktopClient/ModelManifest.xml
397
+ **/*.Server/GeneratedArtifacts
398
+ **/*.Server/ModelManifest.xml
399
+ _Pvt_Extensions
400
+ # Paket dependency manager
401
+ .paket/paket.exe
402
+ paket-files/
403
+ # FAKE - F# Make
404
+ .fake/
405
+ # CodeRush personal settings
406
+ .cr/personal
407
+ # Python Tools for Visual Studio (PTVS)
408
+ *.pyc
409
+ # Cake - Uncomment if you are using it
410
+ # tools/**
411
+ # !tools/packages.config
412
+ # Tabs Studio
413
+ *.tss
414
+ # Telerik's JustMock configuration file
415
+ *.jmconfig
416
+ # BizTalk build output
417
+ *.btp.cs
418
+ *.btm.cs
419
+ *.odx.cs
420
+ *.xsd.cs
421
+ # OpenCover UI analysis results
422
+ OpenCover/
423
+ # Azure Stream Analytics local run output
424
+ ASALocalRun/
425
+ # MSBuild Binary and Structured Log
426
+ *.binlog
427
+ # NVidia Nsight GPU debugger configuration file
428
+ *.nvuser
429
+ # MFractors (Xamarin productivity tool) working folder
430
+ .mfractor/
431
+ # Local History for Visual Studio
432
+ .localhistory/
433
+ # BeatPulse healthcheck temp database
434
+ healthchecksdb
435
+ # Backup folder for Package Reference Convert tool in Visual Studio 2017
436
+ MigrationBackup/
437
+ # Ionide (cross platform F# VS Code tools) working folder
438
+ .ionide/
439
+ # Fody - auto-generated XML schema
440
+ FodyWeavers.xsd
441
+ .vscode/*
442
+ !.vscode/settings.json
443
+ !.vscode/tasks.json
444
+ !.vscode/launch.json
445
+ !.vscode/extensions.json
446
+ *.code-workspace
447
+ # Local History for Visual Studio Code
448
+ .history/
449
+ # Created by .ignore support plugin (hsz.mobi)
450
+ ### Python template
451
+ *,cover
452
+ # IPython Notebook
453
+ .python-version
454
+ # celery beat schedule file
455
+ # dotenv
456
+ # virtualenv
457
+ ### VirtualEnv template
458
+ # Virtualenv
459
+ # http://iamzed.com/2009/05/07/a-primer-on-virtualenv/
460
+ [Bb]in
461
+ [Ii]nclude
462
+ [Ll]ib
463
+ [Ll]ib64
464
+ [Ll]ocal
465
+ [Ss]cripts
466
+ pyvenv.cfg
467
+ pip-selfcheck.json
468
+ ### JetBrains template
469
+ # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
470
+ # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
471
+ # User-specific stuff:
472
+ .idea/workspace.xml
473
+ .idea/tasks.xml
474
+ .idea/dictionaries
475
+ .idea/vcs.xml
476
+ .idea/jsLibraryMappings.xml
477
+ # Sensitive or high-churn files:
478
+ .idea/dataSources.ids
479
+ .idea/dataSources.xml
480
+ .idea/dataSources.local.xml
481
+ .idea/sqlDataSources.xml
482
+ .idea/dynamic.xml
483
+ .idea/uiDesigner.xml
484
+ # Gradle:
485
+ .idea/gradle.xml
486
+ .idea/libraries
487
+ # Mongo Explorer plugin:
488
+ .idea/mongoSettings.xml
489
+ ## File-based project format:
490
+ ## Plugin-specific files:
491
+ # IntelliJ
492
+ out/
493
+ # mpeltonen/sbt-idea plugin
494
+ .idea_modules/
495
+ # JIRA plugin
496
+ atlassian-ide-plugin.xml
497
+ # Crashlytics plugin (for Android Studio and IntelliJ)
498
+ com_crashlytics_export_strings.xml
499
+ crashlytics.properties
500
+ crashlytics-build.properties
501
+ fabric.properties
502
+ *.pyproj
503
+
504
+ # CUSTOM
505
+ examples/
506
+ !examples/*/
507
+ !examples/**/*.py
508
+ !examples/**/*.fds
509
+
510
+ /docs/build/
511
511
  Dockerfile