# OS
.DS_Store
Thumbs.db

# IDE
.idea/
.vscode/
*.swp
*.swo

# Sensitive
*.pem
.env
Connections and docs /

# Deps (none for now, but future-proofing)
vendor/
node_modules/

# Theme cache & uploads
storage/theme-cache.json
public/uploads/theme/*
!public/uploads/theme/.gitkeep

# Local test-suite artefacts (tests/run.sh creates and removes these)
tests/.pgdata/
tests/.pg.log
tests/.auth.log
tests/.server.log
tests/rpc.log
