Docker added

This commit is contained in:
2025-12-29 05:19:08 +02:00
parent 75cff3699f
commit d54b0eaddf
4 changed files with 462 additions and 0 deletions

46
.dockerignore Normal file
View File

@@ -0,0 +1,46 @@
# Git files
.git
.gitignore
# Documentation
*.md
!README.md
PLAN.md
TODO.md
# Build artifacts
bin/
*.exe
*.dll
*.so
*.dylib
# Test files
*_test.go
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# Data directories
sessions/
data/
*.db
*.db-shm
*.db-wal
# Config files (will be mounted as volumes)
config.json
*.example.json
.whatshooked-cli.example.json
# Assets
assets/
# Claude
.claude/
CLAUDE.md
AI_USE.md