Enforce directory structure

This commit is contained in:
Arne van Iterson 2023-10-21 12:29:11 +02:00
parent 6582fa01d6
commit d1a3a6becc
5 changed files with 9 additions and 2 deletions

8
.gitignore vendored
View File

@ -16,7 +16,6 @@ lib64/
parts/
sdist/
var/
out/
*.egg-info/
.installed.cfg
*.egg
@ -57,4 +56,9 @@ docs/_build/
# Config file
src/config/config.json
dataset/
dataset.rar
dataset.rar
out/*.*
out/img/*.png
out/models/*.yaml
out/log/*.csv

0
out/img/.gitkeep Normal file
View File

0
out/log/.gitkeep Normal file
View File

0
out/models/.gitkeep Normal file
View File

View File

@ -1,5 +1,8 @@
{
"path": "",
"models": {
"knn": ""
},
"out": {
"img": "",
"log": ""