mirror of
https://github.com/vinta/awesome-python.git
synced 2026-03-24 01:24:43 +08:00
Ignores generated directories from Playwright CLI and Codex agent tooling, keeping them out of version control. Co-Authored-By: Claude <noreply@anthropic.com>
21 lines
191 B
Plaintext
21 lines
191 B
Plaintext
# macOS
|
|
.DS_Store
|
|
|
|
# python
|
|
.venv/
|
|
*.py[co]
|
|
|
|
# website
|
|
website/output/
|
|
website/data/
|
|
|
|
# claude code
|
|
.claude/skills/
|
|
.gstack/
|
|
.playwright-cli/
|
|
.superpowers/
|
|
skills-lock.json
|
|
|
|
# codex
|
|
.agents/
|