# Build output
/bin/
/dist/
/build/
*.exe
*.dll.o
*.test
*.out

# Wails
/internal/frontend/node_modules/
/internal/frontend/dist/
/internal/frontend/wailsjs/
.wails/

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

# OS
.DS_Store
Thumbs.db
desktop.ini

# Inno Setup compiled installers (only release artifacts go to the registry)
/installer/Output/
*-setup.exe

# Logs / dumps
*.log
crash.txt

# Local config (must not contain secrets, but stay safe)
/config.local.toml

# Coverage
coverage.out
coverage.txt
coverage.html
