.idea
.DS_Store
__pycache__/
.ipynb_checkpoints/
.vscode

# written by setuptools_scm
*/_version.py

# slurm output files
slurm-*

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
coverage.xml
*.cover
.hypothesis/
.pytest_cache/

# SLURM
slurm*.out

#lightning_logs directory
lightning_logs/
