Files
awesome-coding-agents/.gitignore
T
tiennm99 237d7acd6a feat: initial scaffold of awesome-coding-agents tracker
Go updater that fetches AI agent coding tool repo stats via GitHub GraphQL
(batched, one query), sorts by star count, appends a daily snapshot to
data/history.jsonl, and regenerates README.md from templates/readme.tmpl.
Daily workflow at .github/workflows/update.yml refreshes rankings and
commits changes. Seed list in data/agents.yml covers 19 tracked repos.
2026-05-13 14:43:35 +07:00

11 lines
110 B
Plaintext

# Go build artifacts
/awesome-coding-agents
*.exe
*.test
*.out
# Editor / OS noise
.DS_Store
.idea/
.vscode/