# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
.pytest*

# Virtual environments
.venv

# test outputs and logs
test/**/output
test/**/*.log

# macOS specific garbage
.DS_Store
