# Build
build/
build-py/
build-web/
dist/

# WASM debugger artifacts (built in CI, staged into website/demo/)
website/demo/ket-gui.*

# Cache
.cache/
**/__pycache__/
.ruff_cache/

# Test
Testing/
.pytest_cache/

# Compiled Python extension copied into the package by `build.sh -pt`
bindings/python/ketpy/*.so

# Others
.claude/
.venv/
