3 Commits

Author SHA1 Message Date
6bebfa86fe fix(gitignore): make api ignore pattern root-specific
Some checks failed
CI / lint (push) Failing after 11s
CI / test (push) Has been skipped
CI / build (push) Has been skipped
CI / docker (push) Has been skipped
fix(test): add missing os import to test files
chore(deps): update dependencies from go mod tidy
2026-08-20 18:02:46 +03:00
ae48045055 fix: remove build artifacts and coverage files from tracking
- Remove compiled binary 'api' from git tracking
- Remove 'cover.out' coverage file from git tracking
- Update .gitignore to include 'api' and 'cover.out'
- Clean up temporary files: coverage.out, dump.rdb
2026-08-19 15:04:51 +03:00
ac6efb45d8 fix: add .gitignore for runtime artifacts and fix code issues 2026-08-13 21:23:04 +03:00