mirror of
https://github.com/0xMassi/webclaw.git
synced 2026-04-25 00:06:21 +02:00
26 lines
240 B
Text
26 lines
240 B
Text
|
|
# 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/
|