.gitignore 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. # Initially taken from Github's Python gitignore file
  2. # Byte-compiled / optimized / DLL files
  3. __pycache__/
  4. *.py[cod]
  5. *$py.class
  6. *.png
  7. .idea/
  8. *swp
  9. data/
  10. checkpoints/
  11. data_dl/
  12. # C extensions
  13. *.so
  14. #Data
  15. data/download
  16. data/extracted
  17. data/formatted_one_article_per_line
  18. data/sharded
  19. data/hdf5*
  20. data/tfrecord*
  21. data/*/*.zip
  22. #Resutls
  23. results/
  24. # Distribution / packaging
  25. .Python
  26. build/
  27. develop-eggs/
  28. dist/
  29. downloads/
  30. eggs/
  31. .eggs/
  32. lib/
  33. lib64/
  34. parts/
  35. sdist/
  36. var/
  37. wheels/
  38. *.egg-info/
  39. .installed.cfg
  40. .vscode/
  41. *.egg
  42. MANIFEST
  43. # PyInstaller
  44. # Usually these files are written by a python script from a template
  45. # before PyInstaller builds the exe, so as to inject date/other infos into it.
  46. *.manifest
  47. *.spec
  48. # Installer logs
  49. pip-log.txt
  50. pip-delete-this-directory.txt
  51. # Unit test / coverage reports
  52. htmlcov/
  53. .tox/
  54. .nox/
  55. .coverage
  56. .coverage.*
  57. .cache
  58. nosetests.xml
  59. coverage.xml
  60. *.cover
  61. .hypothesis/
  62. .pytest_cache/
  63. # Translations
  64. *.mo
  65. *.pot
  66. # Django stuff:
  67. *.log
  68. local_settings.py
  69. db.sqlite3
  70. # Flask stuff:
  71. instance/
  72. .webassets-cache
  73. # Scrapy stuff:
  74. .scrapy
  75. # Sphinx documentation
  76. docs/_build/
  77. # PyBuilder
  78. target/
  79. # Jupyter Notebook
  80. .ipynb_checkpoints
  81. # IPython
  82. profile_default/
  83. ipython_config.py
  84. # pyenv
  85. .python-version
  86. # celery beat schedule file
  87. celerybeat-schedule
  88. # SageMath parsed files
  89. *.sage.py
  90. # Environments
  91. .env
  92. .venv
  93. env/
  94. venv/
  95. ENV/
  96. env.bak/
  97. venv.bak/
  98. # Spyder project settings
  99. .spyderproject
  100. .spyproject
  101. # Rope project settings
  102. .ropeproject
  103. # mkdocs documentation
  104. /site
  105. # mypy
  106. .mypy_cache/
  107. .dmypy.json
  108. dmypy.json
  109. # Pyre type checker
  110. .pyre/
  111. # TensorRT
  112. *.engine
  113. models/
  114. bertSquadCalibCache
  115. predictions.json