# Python
__pycache__/
*.py[cod]
*.egg-info/
build/
dist/
.pytest_cache/
.ipynb_checkpoints/

# Generated by a Workflow.build() run with project_dir="." (test/manual artifacts)
/scripts/
/output/
/done/
/jobs.json
/jobs.txt
/environment.yml
/settings.json

# IDE
.idea/
.vscode/
