# Environment and secrets .env .credentials # Docker Compose override (used for marketing site on production VPS only) /docker-compose.override.yml website/deploy/active-marketing.conf # Persistent data (created by setup.sh) websitebox-data/ # Migration state .websitebox-migrations # OS files .DS_Store Thumbs.db # Editor files *.swp *.swo *~ .vscode/ .idea/ # Node (if any tooling added later) node_modules/