# Root build-context ignore. The pocketbase and Docker AIO images build with the
# repo root as their context (they COPY from "API Server/" and "Web App/"), so
# keep the context lean: only those two trees plus Docker/pocketbase are needed.

# Sibling apps unrelated to the server images.
Adobe Plugin/
Design/
Fly App/
Phone App/

# Frontend deps + generated bundles — rebuilt inside the images.
**/node_modules/
**/dist/

# Secrets & local build artifacts — never send to the build context.
**/.env
plugins.json
*.exe
*.exe~
*.log

# VCS / editor / tooling noise.
.git/
.gitignore
.claude/
.vscode/
.idea/
