.gitignore 167 B

12345678910111213141516171819
  1. # Ignore all swp files
  2. *.swo
  3. *.swp
  4. *~
  5. # Ignore weibo data file
  6. testdata/weibo_data.txt
  7. data/db
  8. # temp files
  9. *.exe
  10. *.log
  11. *.toml
  12. *.prof
  13. *.conf
  14. # editor
  15. .vscode
  16. .idea