Files
awesome-python/.gitignore
Vinta Chen 177183d9bd add custom website build system
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>
2026-03-18 13:48:49 +08:00

16 lines
142 B
Plaintext

# macOS
.DS_Store
# python
.venv/
*.py[co]
# website
website/output/
# claude code
.claude/skills/
.superpowers/
.gstack/
skills-lock.json