# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.pytest_cache/
.ruff_cache/
.hypothesis/
.benchmarks/
.coverage
htmlcov/

# Environments / uv
.venv/

# Rust (added when the native extension lands)
target/

# Docs site build
site/

# OS / IDE
.DS_Store
.idea/
.vscode/

# Sphinx build output
docs/_build/
