diff options
author | Pherkel | 2023-08-19 11:06:33 +0200 |
---|---|---|
committer | Pherkel | 2023-08-19 11:06:33 +0200 |
commit | 3880339761062a588f467c4ea891338838c533e9 (patch) | |
tree | 5638b0a224d9bb1d41a8b392efec30bbbd1b175b /.gitignore | |
parent | 7c375276b44dc933b3311c87601e0ac6945f5be8 (diff) | |
parent | 9b4592caac90a41eb6ce18558588ef504c49f58e (diff) |
Merge branch 'wave2vec2'
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -118,6 +118,8 @@ ipython_config.py # in version control. # https://pdm.fming.dev/#use-with-ide .pdm.toml +.pdm-python +.pdm-build/ # PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm __pypackages__/ @@ -162,14 +164,9 @@ dmypy.json # Cython debug symbols cython_debug/ -# linter -**/.ruff - # PyCharm # JetBrains specific template is maintained in a separate JetBrains.gitignore that can # be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore # and can be added to the global gitignore or merged into this file. For a more nuclear # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ - -data/ |