Files
poimen-memory/.dockerignore
T
2026-08-23 00:01:30 -07:00

29 lines
247 B
Plaintext

# Build artifacts
target/
*.rs.bk
# Version control
.git/
.gitignore
# IDE
.idea/
.vscode/
*.swp
# CI
.github/
.forgejo/
# Documentation
*.md
!README.md
# Tests (keep for build cache, exclude from runtime)
tests/
fixtures/
# Logs
log/
*.log