mirror of
https://github.com/vinta/awesome-python.git
synced 2026-03-23 13:56:43 +08:00
Replace the separate fetch-github-stars.yml workflow (which committed star data back to git) with an inline fetch step in deploy-website.yml. Star data is now stored in Actions cache between runs, eliminating the workflow_run trigger chain and the need to track github_stars.json in the repository. Co-Authored-By: Claude <noreply@anthropic.com>
17 lines
173 B
Plaintext
17 lines
173 B
Plaintext
# macOS
|
|
.DS_Store
|
|
|
|
# python
|
|
.venv/
|
|
*.py[co]
|
|
|
|
# website
|
|
website/output/
|
|
website/data/github_stars.json
|
|
|
|
# claude code
|
|
.claude/skills/
|
|
.superpowers/
|
|
.gstack/
|
|
skills-lock.json
|