webclaw/.dockerignore

26 lines
240 B
Text
Raw Permalink Normal View History

# Build artifacts
target/
# Git
.git/
.gitignore
# Environment (secrets)
.env
# IDE / OS
.DS_Store
.vscode/
.idea/
*.swp
*.swo
# Documentation
README.md
CLAUDE.md
benchmarks/
.claude/
# Deploy scripts (not needed inside image)
deploy/