# Go build artifacts
betterdesk-server
betterdesk-server-*
*.exe
*.test

# Go temporary build directory (ESET workaround)
.gotmp/

# IDE
.idea/
.vscode/

# OS
.DS_Store
Thumbs.db

# Database files (runtime)
*.sqlite3
*.sqlite3-wal
*.sqlite3-shm

# Key files (runtime)
id_ed25519
id_ed25519.pub

# Dev/test files (not for production)
test_*.go
_test_*.py
_test_*.sh

# Compiled migration binary
tools/migrate/migrate-*
tools/migrate/*.exe
