2
0

.gitignore 136 B

12345678910111213
  1. .DS_Store
  2. .DS_Store?
  3. .claude
  4. .eslintcache
  5. .ruff_cache
  6. .specify
  7. .yarn
  8. dist/*
  9. node_modules/*
  10. test-results/*
  11. third_party/*
  12. yarn.lock
  13. *.pyc