# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.venv/
venv/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Editors and OS
.vscode/
.idea/
*.swp
.DS_Store
Thumbs.db

# Local fixtures for DAGFLOWS_INPUT=./fixture.json runs
fixture*.json

internal_refs/

# Scratch venv used by `make wheel`
.wheelcheck/
.venv-*/
