# python cache
**/__pycache__/

# distribution / packaging
*.egg-info/
dist/
build/
.eggs/
*.egg
*.egg-info

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

# hydra outputs
experiments/outputs/
experiments/runs/
experiments/multirun
experiments/test/

# ELSE
*.log
tests/
*.out