Files
awesome-python/.gitignore
Vinta Chen dbc8415991 chore: add .playwright-cli and .agents to .gitignore
Ignores generated directories from Playwright CLI and Codex agent
tooling, keeping them out of version control.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-03-22 14:20:41 +08:00

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/