.gitignore 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. # ---> Python
  2. # Byte-compiled / optimized / DLL files
  3. __pycache__/
  4. *.py[cod]
  5. *$py.class
  6. # C extensions
  7. *.so
  8. # Distribution / packaging
  9. .Python
  10. env/
  11. build/
  12. develop-eggs/
  13. dist/
  14. downloads/
  15. eggs/
  16. .eggs/
  17. lib/
  18. lib64/
  19. parts/
  20. sdist/
  21. var/
  22. *.egg-info/
  23. .installed.cfg
  24. *.egg
  25. # PyInstaller
  26. # Usually these files are written by a python script from a template
  27. # before PyInstaller builds the exe, so as to inject date/other infos into it.
  28. *.manifest
  29. *.spec
  30. # Installer logs
  31. pip-log.txt
  32. pip-delete-this-directory.txt
  33. # Unit test / coverage reports
  34. htmlcov/
  35. .tox/
  36. .coverage
  37. .coverage.*
  38. .cache
  39. nosetests.xml
  40. coverage.xml
  41. *,cover
  42. # Translations
  43. *.mo
  44. *.pot
  45. # Django stuff:
  46. *.log
  47. # Sphinx documentation
  48. docs/_build/
  49. # PyBuilder
  50. target/
  51. # ---> Sass
  52. .sass-cache/
  53. *.css.map
  54. # ---> R
  55. # History files
  56. .Rhistory
  57. .Rapp.history
  58. # Example code in package build process
  59. *-Ex.R
  60. # RStudio files
  61. .Rproj.user/
  62. # produced vignettes
  63. vignettes/*.html
  64. vignettes/*.pdf
  65. # OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3
  66. .httr-oauth
  67. /images
  68. /crawl_xiaohua/data
  69. data/
  70. xiaohua.db
  71. xiaohua.db-journal
  72. /build/
  73. /__pycache__
  74. /dist/
  75. *.pyc
  76. .venv
  77. /data