mirror of
https://github.com/vinta/awesome-python.git
synced 2026-03-23 13:56:43 +08:00
Replaces MkDocs with a bespoke Python site generator using Jinja2 templates and Markdown. Adds uv for dependency management, GitHub Actions workflow for deployment, and Makefile targets for local development (fetch_stars, build, preview, deploy). Co-Authored-By: Claude <noreply@anthropic.com>
16 lines
142 B
Plaintext
16 lines
142 B
Plaintext
# macOS
|
|
.DS_Store
|
|
|
|
# python
|
|
.venv/
|
|
*.py[co]
|
|
|
|
# website
|
|
website/output/
|
|
|
|
# claude code
|
|
.claude/skills/
|
|
.superpowers/
|
|
.gstack/
|
|
skills-lock.json
|