Files
s3-balance/.gitignore

56 lines
513 B
Plaintext

# Binaries
*.exe
*.dll
*.so
*.dylib
# Test binary
*.test
# Output of the go coverage tool
*.out
# Dependency directories
vendor/
# Configuration files (keep examples)
config/*.yaml
!config/*.example.yaml
# Database files
data/
*.db
*.db-shm
*.db-wal
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Logs
*.log
logs/
# Environment variables
.env
.env.local
# AI doc
AGENTS.md
CLAUDE.md
docs/
# Generated files
s3-balance