# Build output (recompiled inside the image)
build/
**/build/

# VCS metadata — source is copied, submodule working trees are already populated
.git/
**/.git/
.gitmodules.bak

# Local data that must never end up in the image
Downloads/
downloads/
*.mkv
*.mp4
*.torrent
*.db
*.db-wal
*.db-shm
state/
uploads/

# Logs / scratch
*.log
claude.*
list.log
dump.log

# Editor / OS noise
.vscode/
.idea/
.DS_Store
