Initial-Commit

This commit is contained in:
Tour
2025-12-09 12:32:30 +01:00
commit b1a13e9747
68 changed files with 14784 additions and 0 deletions

27
.dockerignore Normal file
View File

@@ -0,0 +1,27 @@
# Exclude large model files from Docker build
models/
*.weights
# Exclude build artifacts
target/
build/
*.class
*.jar
# Exclude version control
.git/
.gitignore
# Exclude IDE files
.idea/
*.iml
.vscode/
# Exclude data files
images/
*.db
*.db-journal
# Exclude docs
README.md
*.md