# Environment files - never commit real secrets
.env

# Build artifacts
/bin/
/dist/
*.exe
*.test

# Go workspace / tooling files
go.work
go.work.sum

# curl cookie jars used while testing the API by hand
cookies.txt

# OS / editor cruft
.DS_Store
.idea/
.vscode/
*.swp
