244 B
.dockerignore
# Build artifacts
build/
*.tar.gz
# Git
.git/
.gitignore
# Documentation
docs/
*.md
LICENSE
# IDE
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Test artifacts
coverage.out
*.test
# Infrastructure (not needed in image)
infra.json