# Binaries
*.exe
*.exe~
*.dll
*.so
*.dylib
bin/
dist/

# Test binary, built with `go test -c`
*.test

# Output of the go coverage tool
*.out
coverage.txt
coverage.html

# Go workspace file
go.work

# Dependency directories (remove the comment below to include it)
# vendor/

# IDE
.idea/
.vscode/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Project data
data/
logs/
*.log
*.db
*.sqlite
*.sqlite3

# Environment
.env
.env.local
.env.*.local

# Uploads
uploads/
static/uploads/
