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

# Binaries
bin/
/api
/worker
/admin
/admin-reset
/notif-diag
/send-test-push
!admin/
*.exe
*.exe~
*.dll
*.so
*.dylib

# Test binary
*.test

# Output of go coverage tool
*.out

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

# OS files
.DS_Store
Thumbs.db

# Uploads directory
uploads/

# Push notification certificates (sensitive)
push_certs/

# Logs
*.log

# Vendor (if not using go modules)
# vendor/
/migrate
