.gitignore 65 B

12345678
  1. .DS_Store
  2. .*.sw?
  3. *.vim
  4. *.code-workspace
  5. .vscode
  6. data
  7. target
  8. tmp*