Datasets:
File size: 301 Bytes
cc5cbc5 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 |
.DS_Store
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
# Vim
*.swp
# Distribution / packaging
*.egg-info/
dist
build
_version.py
# VScode IDE
.vscode/
.env
# Virtual environment
.venv/
# Local data and scratch
.scratch
cache
# Jupyter
.ipynb_checkpoints
# SLURM
jobs
slurm-*
|