# Binaries *.exe *.exe~ *.dll *.so *.dylib /server /accounting-app # Test binary *.test # Output of the go coverage tool *.out # Dependency directories vendor/ # IDE .idea/ .vscode/ *.swp *.swo # OS .DS_Store Thumbs.db # Data directory data/ *.db # Environment files # .env # .env.local # .env.*.local # Logs *.log logs/ # Build output /bin/ /dist/