.gitignore 334 B

12345678910111213141516171819202122232425
  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. # Backup files
  7. *.bak
  8. *~
  9. # Windows artifacts
  10. nul
  11. Thumbs.db
  12. # macOS artifacts
  13. .DS_Store
  14. # Temporary files
  15. *.tmp
  16. *.temp
  17. # Scraped/generated data
  18. *_scraped.json
  19. *_scraped.csv