Files
gravl/.gitignore
clawd a53b7d4748 chore: remove 269 tracked .claude/ files (3MB) + fix checkpoint merge conflict
- .claude/ is Claude Code IDE artifacts — 269 files, 3MB tracked by git
- These are local workspace files that shouldn't be in version control
- Added .claude/ to .gitignore (was only .claude/settings.local.json)
- Fixed git merge conflict in .pm-checkpoint.json (<<<<<<< Updated upstream)
- Checkpoint normalized with latest autonomy log entries

Co-authored-by: gravl-pm (autonomous agent)
2026-04-28 03:46:16 +02:00

64 lines
621 B
Plaintext

# Dependencies
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Build & dist
dist/
build/
*.bundle.js
*.bundle.css
# Environment
.env
.env.local
.env.*.local
.env.production.local
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# OS
Thumbs.db
.DS_Store
# Logs
*.log
logs/
# Test coverage
.coverage/
coverage/
# Python
*.pyc
__pycache__/
*.py~
# Staging
/tmp/
/staging-*/
# Planning & Documentation (kept locally, not in repo)
.planning/
TODO.md
./frontend/.planning/
./frontend/tasks/
./docs/plans/
.claude/
# Build output & dist
dist/
build/
frontend/dist/
# Build artifacts & temp files
*.py
PY