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

# Virtual environments
.venv

# Development notes
.dev/

# OS
.DS_Store

# .dev directory
.dev/

# Github Copilot instructions
.github/instructions/
.github/copilot-instructions.md

# Cache directories
.pytest_cache/
.ruff_cache/

# Example output
examples/output/

# Benchmark results (machine-specific, regenerated on demand)
benchmarks/results/

# MkDocs build output
site/