25 lines
328 B
Text
25 lines
328 B
Text
# 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
|