# Python
.venv/
__pycache__/
*.pyc
*.egg-info/
*.egg
dist/
build/
.pytest_cache/
.mypy_cache/
.cache/

# Rust
rust/target/

# Node
js/node_modules/

# C++
cpp/build/

# Generated API docs (built in CI)
docs/js/api.md
cpp/docs_out/

# MkDocs
site/

# Test reports
**/tests/reports/
