Unverified Commit ff595209 authored by one's avatar one Committed by GitHub
Browse files

Add root .gitignore (#3)



- Ignore Claude Code worktrees
- Ignore common temporary files
- Ignore IDE/editor files
- Ignore build artifacts
Co-authored-by: default avatarClaude Opus 4.6 <noreply@anthropic.com>
parent 520ac826
# Temporary files
*.swp
*.swo
*~
.DS_Store
# Editor/IDE
.vscode/*
!.vscode/extensions.json
!.vscode/settings.json
.idea/
# Build artifacts
*.o
*.obj
*.exe
*.out
*.app
# Claude Code worktrees
.claude/worktrees/
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment