Add .dockerignore to exclude runtime data and toolchains
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
55bcb7336b
commit
0132d1aaba
10
.dockerignore
Normal file
10
.dockerignore
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
.local/
|
||||||
|
.git/
|
||||||
|
.claude/
|
||||||
|
state/
|
||||||
|
logs/
|
||||||
|
media/
|
||||||
|
web/frontend/node_modules/
|
||||||
|
web/frontend/dist/
|
||||||
|
__pycache__/
|
||||||
|
*.pyc
|
||||||
Loading…
x
Reference in New Issue
Block a user