logos-storage-go/.gitignore
2025-10-20 02:46:50 +02:00

22 lines
211 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
# OS files
.DS_Store
# Logs
*.log