# macOS system files .DS_Store .AppleDouble .LSOverride Icon? ._* # Go build artifacts *.exe *.exe~ *.dll *.so *.dylib *.test *.out # Go workspace cache and temporary files bin/ build/ dist/ *.log *.tmp # Go module and sum caches vendor/ go.work go.work.sum # IDE/editor stuff .vscode/ .idea/ *.swp *.swo # Gitea/Git internal junk *.orig *.bak # Coverage and benchmark outputs coverage.out bench.txt # System hidden files ehthumbs.db Thumbs.db