mirror of
https://github.com/vinta/awesome-python.git
synced 2026-05-13 08:27:05 +00:00
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>
This commit is contained in:
parent
3e7ff12614
commit
dbc8415991
1 changed files with 5 additions and 1 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -11,6 +11,10 @@ website/data/
|
|||
|
||||
# claude code
|
||||
.claude/skills/
|
||||
.superpowers/
|
||||
.gstack/
|
||||
.playwright-cli/
|
||||
.superpowers/
|
||||
skills-lock.json
|
||||
|
||||
# codex
|
||||
.agents/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue