# Python build and test artifacts
python/.mypy_cache/
python/.pytest_cache/
python/.ruff_cache/
python/.venv/
python/build/
python/dist/
python/**/*.egg-info/
python/**/__pycache__/

# TypeScript build and test artifacts
typescript/.test-tmp/
typescript/dist/
typescript/node_modules/

