.gitignore 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. logs/
  2. wandb/
  3. models/
  4. features/
  5. results/
  6. tests/data/
  7. *.pt
  8. # Byte-compiled / optimized / DLL files
  9. __pycache__/
  10. *.py[cod]
  11. *$py.class
  12. # C extensions
  13. *.so
  14. # Distribution / packaging
  15. .Python
  16. build/
  17. develop-eggs/
  18. dist/
  19. downloads/
  20. eggs/
  21. .eggs/
  22. lib/
  23. lib64/
  24. parts/
  25. sdist/
  26. var/
  27. wheels/
  28. pip-wheel-metadata/
  29. share/python-wheels/
  30. *.egg-info/
  31. .installed.cfg
  32. *.egg
  33. MANIFEST
  34. # PyInstaller
  35. # Usually these files are written by a python script from a template
  36. # before PyInstaller builds the exe, so as to inject date/other infos into it.
  37. *.manifest
  38. *.spec
  39. # Installer logs
  40. pip-log.txt
  41. pip-delete-this-directory.txt
  42. # Unit test / coverage reports
  43. htmlcov/
  44. .tox/
  45. .nox/
  46. .coverage
  47. .coverage.*
  48. .cache
  49. nosetests.xml
  50. coverage.xml
  51. *.cover
  52. *.py,cover
  53. .hypothesis/
  54. .pytest_cache/
  55. # Translations
  56. *.mo
  57. *.pot
  58. # Django stuff:
  59. *.log
  60. local_settings.py
  61. db.sqlite3
  62. db.sqlite3-journal
  63. # Flask stuff:
  64. instance/
  65. .webassets-cache
  66. # Scrapy stuff:
  67. .scrapy
  68. # Sphinx documentation
  69. docs/_build/
  70. # PyBuilder
  71. target/
  72. # Jupyter Notebook
  73. .ipynb_checkpoints
  74. # IPython
  75. profile_default/
  76. ipython_config.py
  77. # pyenv
  78. .python-version
  79. # pipenv
  80. # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
  81. # However, in case of collaboration, if having platform-specific dependencies or dependencies
  82. # having no cross-platform support, pipenv may install dependencies that don't work, or not
  83. # install all needed dependencies.
  84. #Pipfile.lock
  85. # PEP 582; used by e.g. github.com/David-OConnor/pyflow
  86. __pypackages__/
  87. # Celery stuff
  88. celerybeat-schedule
  89. celerybeat.pid
  90. # SageMath parsed files
  91. *.sage.py
  92. # Environments
  93. .env
  94. .venv
  95. env/
  96. venv/
  97. ENV/
  98. env.bak/
  99. venv.bak/
  100. # Spyder project settings
  101. .spyderproject
  102. .spyproject
  103. # Rope project settings
  104. .ropeproject
  105. # mkdocs documentation
  106. /site
  107. # mypy
  108. .mypy_cache/
  109. .dmypy.json
  110. dmypy.json
  111. # Pyre type checker
  112. .pyre/
  113. sync.sh
  114. gpu1sync.sh
  115. .idea
  116. *.pdf
  117. **/._*
  118. **/*DS_*
  119. **.jsonl
  120. src/sbatch
  121. src/misc
  122. .vscode
  123. src/debug
  124. core.*
  125. # Allow
  126. !src/evaluation/misc/results_dbs/*