# Rust build artifacts
target/

# Python caches and virtualenvs
.venv/
venv/
__pycache__/
*.pyc
.pytest_cache/
.ruff_cache/
*.egg-info/
build/
dist/
wheels/

# Tests, docs, and local tooling not needed for the runtime build
tests/
docs/
extensions/
.git/
.github/
.gitnexus/
.cursor/
.claude/
.agents/

# Editor / OS cruft
.DS_Store
*.log
