mirror of
https://github.com/vinta/awesome-python.git
synced 2026-05-06 06:06:45 -04:00
d9f26a8635
* update gitignore * feat: tighten homepage metadata * fix: trim generated HTML whitespace * feat(website): add discovery files and markdown alternate * feat(website): add sitemap lastmod * feat(seo): add Content-Signal directive to robots.txt Signals search, ai-input, and ai-train to crawlers via the experimental Content-Signal header in robots.txt. Co-Authored-By: Claude <noreply@anthropic.com> --------- Co-authored-by: Claude <noreply@anthropic.com>
22 lines
204 B
Plaintext
22 lines
204 B
Plaintext
# macOS
|
|
.DS_Store
|
|
|
|
# python
|
|
.venv/
|
|
__pycache__/
|
|
*.py[co]
|
|
|
|
# website
|
|
website/output/
|
|
website/data/
|
|
|
|
# planning docs
|
|
docs/
|
|
|
|
# agents
|
|
.agents/
|
|
.claude/skills/
|
|
.superpowers/
|
|
.playwright-cli/
|
|
skills-lock.json
|