# Python caches
__pycache__/
*.pyc
*.pyo
*.pyd
.pytest_cache/
.ruff_cache/

# Build artifacts
dist/
build/
*.egg-info/

# Virtual environments
.venv/
venv/

# Benchmark outputs
benchmark_outputs*/

