# Ignore build artifacts and dev-only directories
cache/
tmp/
playwright-report/
test-results/
node_modules/

# Ignore source data that should come from a persistent volume mount
data/
repo-cache/
wiki/files/plugin-fetched/
wiki/files/plugin-fetched-history/

# .git is NOT baked into the image — the entrypoint clones at first run
# into the repo-cache volume mount.
.git/
.github/
.gitignore

# Test files (not needed at runtime)
tests/

# Editor / OS files
.vscode/
.idea/
*.DS_Store

# Logs
*.log
npm-debug.log*
pnpm-debug.log*
