# Source-control + worktree noise .git .gitignore .gitea .worktrees # mai worker-local logs .m # Local runtime state (mounted as a volume in production) data *.db *.db-wal *.db-shm # Build artefacts bin /cablegui # Editor cruft .vscode .idea *.swp # Documentation (lives in git, not in the image) docs CLAUDE.md README.md # Test files (build still respects them via go.mod, this only strips # the test fixtures we might check in later) **/testdata