sandbox-agent/.dockerignore
2026-03-09 16:34:27 -07:00

34 lines
274 B
Text

# Build outputs
target/
dist/
build/
# Dependencies
**/node_modules/
# Cache
.cache/
.turbo/
**/.turbo/
*.tsbuildinfo
.pnpm-store/
coverage/
# Environment
.env
.env.*
.sandbox-agent-factory/
# IDE
.idea/
.vscode/
# OS
.DS_Store
# Git
.git/
# Tests
**/test/
**/tests/