initial commit
This commit is contained in:
24
.gitignore
vendored
Normal file
24
.gitignore
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
outputs/
|
||||
results/
|
||||
cache/
|
||||
backtranslate.py
|
||||
debug_augmentation.py
|
||||
text_augmentation.py
|
||||
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*.so
|
||||
.ipynb_checkpoints/
|
||||
|
||||
.venv/ venv/ env/
|
||||
|
||||
cache/ .cache/ *.log
|
||||
|
||||
results/ runs/ wandb/ checkpoints/
|
||||
*.ckpt *.pth *.pt
|
||||
|
||||
datasets/ *.csv
|
||||
|
||||
.env *.key
|
||||
|
||||
.DS_Store .vscode/ .idea/
|
||||
Reference in New Issue
Block a user