.gitignore 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. # JetBrains PyCharm IDE
  2. .idea/
  3. # Byte-compiled / optimized / DLL files
  4. __pycache__/
  5. *.py[cod]
  6. *$py.class
  7. # C extensions
  8. *.so
  9. # macOS dir files
  10. .DS_Store
  11. # Distribution / packaging
  12. .Python
  13. env/
  14. build/
  15. develop-eggs/
  16. dist/
  17. downloads/
  18. eggs/
  19. .eggs/
  20. lib64/
  21. parts/
  22. sdist/
  23. var/
  24. wheels/
  25. *.egg-info/
  26. .installed.cfg
  27. *.egg
  28. # Checkpoints
  29. checkpoints
  30. # PyInstaller
  31. # Usually these files are written by a python script from a template
  32. # before PyInstaller builds the exe, so as to inject date/other infos into it.
  33. *.manifest
  34. *.spec
  35. # Installer logs
  36. pip-log.txt
  37. pip-delete-this-directory.txt
  38. # Unit test / coverage reports
  39. htmlcov/
  40. .tox/
  41. .coverage
  42. .coverage.*
  43. .cache
  44. nosetests.xml
  45. coverage.xml
  46. *.cover
  47. .hypothesis/
  48. # Translations
  49. *.mo
  50. *.pot
  51. # Django stuff:
  52. *.log
  53. local_settings.py
  54. # Flask stuff:
  55. instance/
  56. .webassets-cache
  57. # Scrapy stuff:
  58. .scrapy
  59. # Sphinx documentation
  60. docs/_build/
  61. # PyBuilder
  62. target/
  63. # Jupyter Notebook
  64. .ipynb_checkpoints
  65. # pyenv
  66. .python-version
  67. # celery beat schedule file
  68. celerybeat-schedule
  69. # SageMath parsed files
  70. *.sage.py
  71. # dotenv
  72. .env
  73. # virtualenv
  74. .venv
  75. venv/
  76. ENV/
  77. # Spyder project settings
  78. .spyderproject
  79. .spyproject
  80. # Rope project settings
  81. .ropeproject
  82. # mkdocs documentation
  83. /site
  84. # mypy
  85. .mypy_cache/
  86. # Generated files
  87. /fairseq/temporal_convolution_tbc
  88. /fairseq/modules/*_layer/*_forward.cu
  89. /fairseq/modules/*_layer/*_backward.cu
  90. /fairseq/version.py
  91. # data
  92. data-bin/
  93. # reranking
  94. /examples/reranking/rerank_data
  95. # Cython-generated C++ source files
  96. /fairseq/data/data_utils_fast.cpp
  97. /fairseq/data/token_block_utils_fast.cpp
  98. # VSCODE
  99. .vscode/ftp-sync.json
  100. .vscode/settings.json
  101. # Experimental Folder
  102. experimental/*
  103. # Weights and Biases logs
  104. wandb/
  105. # Hydra artifacts
  106. nohup.out
  107. multirun
  108. outputs
  109. # symlinks
  110. seamless_communication
  111. # ignore src/seamless_communication
  112. !*/seamless_communication
  113. m4t_scripts
  114. /ggml/test_data/
  115. /ggml/dot/