# Go / Wails2 build artifacts for the controller build/ bin/ out/ *.exe *.exe~ *.dll *.so *.dylib *.test *.out vendor/ # Wails / frontend bundles frontend/dist/ frontend/node_modules/ frontend/build/ # Local config (the committed controller-config.json is the example/default; # any machine-local override should be in controller-config.local.json) config/controller-config.local.json # Secrets / runtime state *.pem *.key *.p12 *.pfx *.sqlite *.sqlite3 *.db .env .env.* !.env.example data/ logs/ *.log # IDE / OS .idea/ .vscode/ *.code-workspace .DS_Store Thumbs.db Desktop.ini