# 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/