# Binaries /kaze *.exe *.exe~ *.dll *.so *.dylib # Test binary, built with `go test -c` *.test # Output of the go coverage tool *.out coverage.html # Database *.db *.db-shm *.db-wal # Configuration (keep example) config.yaml !config.example.yaml # IDE .idea/ .vscode/ *.swp *.swo *~ # OS .DS_Store Thumbs.db # Build artifacts dist/