# Git
.git
.gitignore
.codegraph

# Reference repo
ref/

# Docs (not needed in image)
docs/
*.md
!frontend/README.md

# Test fixtures
fixture/
*_test.go

# Runtime data
data/*.db
data/*.db-shm
data/*.db-wal

# IDE
.vscode
.idea
*.swp

# Build artifacts
sub-store
*.exe

# Node modules (will be installed fresh in Docker)
frontend/node_modules
