.claude/

# The image is built in CI from the Dockerfile and pulled from the registry on
# Unraid. Everything below is either regenerated by that build (see .dockerignore)
# or a local-only artifact, so none of it belongs in git.

# Dependencies — installed fresh during the Docker build
node_modules/

# Client build output — recompiled inside the Docker build (client: vite build)
client/dist/

# Local runtime data (production SQLite DB lives on the /data volume)
data/

# Local image export artifacts (docker save | gzip)
*.tar.gz
*.zip
