__pycache__/
*.py[cod]
*.class
.pytest_cache/
.venv/
venv/
*.egg-info/
dist/
build/

# Test data output
tests/*.csv
tests/*.json

# Windows artifact files
nul

# Ruff cache
.ruff_cache/

# Mypy cache
.mypy_cache/

# Sisyphus work files
.sisyphus/
