# python cache
**/__pycache__/

# IDE and editor files
.outputs/
.vscode/
.DS_Store
.venv/

# eggs
*.egg
*.egg-info

# hydra outputs
scripts/outputs/
scripts/runs/
scripts/multirun

# ELSE
*.log
tests/
scripts/test/
*.out