Add .dockerignore to exclude runtime data and toolchains

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
profit 2026-03-13 19:18:39 -07:00
parent 55bcb7336b
commit 0132d1aaba

10
.dockerignore Normal file
View File

@ -0,0 +1,10 @@
.local/
.git/
.claude/
state/
logs/
media/
web/frontend/node_modules/
web/frontend/dist/
__pycache__/
*.pyc