Skip to content

Commit 0a1ad5c

Browse files
jeremymanningclaude
andcommitted
Update .gitignore with development artifacts
Add patterns to ignore: - .DS_Store files - Backup files (*.bak) - Playwright MCP screenshots - Downloaded site copies - Development scripts - Python cache files - Claude skills directory 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 3f7613f commit 0a1ad5c

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.gitignore

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,21 @@ vendor/
99
# Claude Code instructions (local only)
1010
CLAUDE.md
1111
notes/
12+
13+
# Development artifacts
14+
.DS_Store
15+
*.bak
16+
.playwright-mcp/
17+
downloaded_site/
18+
scripts/
19+
20+
# Python
21+
__pycache__/
22+
*.pyc
23+
.pytest_cache/
24+
*.egg-info/
25+
venv/
26+
.venv/
27+
28+
# Claude skills (local only)
29+
.claude/

0 commit comments

Comments
 (0)