Files
hermes-agent/.dockerignore

20 lines
202 B
Plaintext
Raw Normal View History

# Git
.git
.gitignore
.gitmodules
2026-03-30 15:29:06 -05:00
# Dependencies
node_modules
.venv
2026-03-30 15:29:06 -05:00
# CI/CD
.github
2026-03-30 15:29:06 -05:00
# Environment files
.env
*.md
# Runtime data (bind-mounted at /opt/data; must not leak into build context)
data/