bawolf's picture
just upload through git
160b74c
raw
history blame contribute delete
592 Bytes
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Virtual Environment
venv/
ENV/
.env
.envrc
# IDE
.idea/
.vscode/
*.swp
*.swo
.DS_Store
# Project specific
runs/
outputs/
runs_hyperparam/
checkpoints/
data/
*.pth
*.ckpt
*.pt
wandb/
logs/
.cog/
# Data
data/
*.mp4
*.avi
*.mov
*.jpg
*.jpeg
*.png
*.gif
*.h5
*.npy
*.npz
# Jupyter Notebook
.ipynb_checkpoints
*.ipynb
# Logs
*.log
*.csv
*.json
# Keep specific config files
!config.json
!requirements.txt