/target/
*.so
*.dylib
*.dll
*.dSYM/
__pycache__/
*.pyc
.pytest_cache/
*.egg-info/
dist/
/.venv/
/venv/

# Internal planning/review docs — not for public repo
/internal/

# Benchmark venv (separate from dev environment)
.bench-venv/
