Files
cvgl_experiments/.gitignore
2026-07-07 16:22:49 +03:00

24 lines
284 B
Plaintext

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/