Files
2026-07-16 10:13:46 +03:30

22 lines
270 B
Plaintext

# 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