# VCS .git .gitattributes .gitignore # CI config (excluded from build context) .gitea/ # Node modules node_modules/ frontend/node_modules/ backend/node_modules/ # IDE/OS .vscode/ .idea/ .DS_Store # Logs *.log # Frontend build output frontend/dist/ # Large example data not needed for image build example/ example-servers*.json # Misc docs Dockerfile* README.md CHANGELOG.md CI_TROUBLESHOOTING.md DOCKER.md SHX_NETWORK.md