(Feat): New Features

This commit is contained in:
2025-12-17 14:45:57 +00:00
parent 470e5a13aa
commit 75aa141e07
8 changed files with 169 additions and 6 deletions

24
.dockerignore Normal file
View File

@@ -0,0 +1,24 @@
# Git
.git
.gitignore
# IDE
.vscode
.idea
.qodo
# Documentation
*.md
!README.md
# Local data (will be mounted as volumes)
data/
logs/
# Environment files (will be passed via docker-compose)
.env
.env.*
!.env.example
# Misc
GEM/