mirror of
https://github.com/QData/TextAttack.git
synced 2021-10-13 00:05:06 +03:00
50 lines
459 B
Plaintext
50 lines
459 B
Plaintext
# cache for test output
|
|
.cache
|
|
|
|
# compiled python files
|
|
__pycache__/
|
|
|
|
# run logs
|
|
outputs/
|
|
|
|
# IDE files
|
|
.c9*
|
|
.idea/
|
|
|
|
# Jupyter notebook files
|
|
.ipynb_checkpoints/
|
|
|
|
# Sphinx documentation
|
|
docs/_build/
|
|
|
|
# Packaging
|
|
*.egg-info/
|
|
|
|
# Files from IDES
|
|
.*.py
|
|
|
|
# TF Hub modules
|
|
tensorflow-hub
|
|
|
|
# for Macs
|
|
.DS_Store
|
|
|
|
# build outputs for PyPI
|
|
build/
|
|
dist/
|
|
|
|
# Weights & Biases outputs
|
|
wandb/
|
|
|
|
# Tensorboard logs
|
|
runs/
|
|
|
|
# checkpoints
|
|
checkpoints/
|
|
|
|
# vim
|
|
*.swp
|
|
|
|
.vscode
|
|
*.csv
|