# Python
__pycache__/
*.py[codz]
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Build outputs
build/
dist/
*.egg
*.so
*.pyd
*.dll
*.dylib
*.lib
*.exp

# Environments
.venv/
venv/
env/

# Local tooling
.vscode/
.idea/
.cache/

# Local benchmark/research outputs
bench/results/local_*
reports/exactness/
