chore: exclude .claude/ and docs/ from Docker build context
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
+3
-1
@@ -16,9 +16,11 @@ __pycache__/
|
|||||||
env/
|
env/
|
||||||
venv/
|
venv/
|
||||||
|
|
||||||
# Ignore Git files
|
# Ignore Git and editor files
|
||||||
.git
|
.git
|
||||||
.gitignore
|
.gitignore
|
||||||
|
.claude/
|
||||||
|
docs/
|
||||||
|
|
||||||
# Ignore DB files
|
# Ignore DB files
|
||||||
imagerepo/
|
imagerepo/
|
||||||
|
|||||||
Reference in New Issue
Block a user