.gitignore 358 B

1234567891011121314151617181920212223242526
  1. # Context init file (regenerated each session)
  2. .claude/.context-init.md
  3. # Session state (user-specific)
  4. .claude/claude-state.json
  5. .claude/claude-progress.md
  6. .claude/sync-cache.json
  7. # Backup files
  8. *.bak
  9. *~
  10. # Windows artifacts
  11. nul
  12. Thumbs.db
  13. # macOS artifacts
  14. .DS_Store
  15. # Temporary files
  16. *.tmp
  17. *.temp
  18. # Scraped/generated data
  19. *_scraped.json
  20. *_scraped.csv