pdiscoformer / .gitignore
ananthu-aniraj's picture
add initial files
20239f9
raw
history blame
359 Bytes
# editor settings
.idea
.vscode
_darcs
# compilation and distribution
__pycache__
_ext
*.pyc
*.pyd
*.so
*.dll
*.egg-info/
build/
dist/
wheels/
# pytorch/python/numpy formats
*.pth
*.pkl
*.npy
*.ts
*.pt
# ipython/jupyter notebooks
*.ipynb
**/.ipynb_checkpoints/
# Editor temporaries
*.swn
*.swo
*.swp
*~
# Results temporary
*.png
*.txt
*.tsv
wandb/
exps/