mirror of
https://github.com/vinta/awesome-python.git
synced 2026-06-24 18:07:24 +00: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>
15 lines
142 B
Text
15 lines
142 B
Text
# macOS
|
|
.DS_Store
|
|
|
|
# python
|
|
.venv/
|
|
*.py[co]
|
|
|
|
# website
|
|
website/output/
|
|
|
|
# claude code
|
|
.claude/skills/
|
|
.superpowers/
|
|
.gstack/
|
|
skills-lock.json
|