1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
# Rust /target **/target/ # Python .venv/ __pycache__/ *.pyc *.so *.pyd *.egg-info/ dist/ build/ .pytest_cache/ # Python bindings (excluded from main crate, has its own Cargo.lock) python/Cargo.lock # Misc .tmp/ CLAUDE.md