logos-storage-go/.gitignore

24 lines
240 B
Plaintext

# Go build artifacts
/codex-upload
/codex-download
/bin/
/dist/
/build/
/out/
output.bin
# Test binaries and coverage
*.test
*.out
*.coverprofile
coverage*.txt
coverage*.out
coverage*.html
coverage*.cov
# OS files
.DS_Store
# Logs
*.log