feat: polish & windviz & deploy
This commit is contained in:
parent
81b8e763bd
commit
465ad00f7b
78 changed files with 20622 additions and 2154 deletions
25
.dockerignore
Normal file
25
.dockerignore
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
# VCS and editor noise
|
||||
.git
|
||||
.gitignore
|
||||
*.md
|
||||
!README.md
|
||||
|
||||
# Build artifacts
|
||||
/bin
|
||||
/predictor
|
||||
*.test
|
||||
*.out
|
||||
|
||||
# Local data and datasets — never bake multi-GB cubes into the image
|
||||
/data
|
||||
*.bin
|
||||
*.bin.downloading
|
||||
*.manifest.json
|
||||
/tmp
|
||||
|
||||
# Deployment + docs that aren't needed in the build context
|
||||
/deploy
|
||||
/examples
|
||||
/docs
|
||||
.forgejo
|
||||
.github
|
||||
Loading…
Add table
Add a link
Reference in a new issue