# Don't ship the host's node_modules into images — they may contain # darwin-specific binaries and would shadow the deps installed by `npm # install` inside the container. **/node_modules # Backups, exported content, git history — none of these belong in any # of our images. The cron service mounts what it actually needs. backups/ content/ .git/ # Editor / tool noise .cursorignore .cursorindexingignore .DS_Store **/.DS_Store