# Build artifacts
/build/
# Standalone build dir for scripts/bench_runtime_patches.py (runtime-patch A/B/C)
/build-bench/
/dist/
# rattler-build output (the recipe-build task)
/output/
# Coverage artifacts (pixi run coverage): data file, HTML site, JSON report
/.coverage/
# Zensical documentation site output
/site/
/.zensical/
*.so
*.pyd
*.egg-info/
__pycache__/
*.py[cod]
.pytest_cache/
# AddressSanitizer build dirs (scripts/asan_pytest.py, scripts/asan_harness.py)
/build-asan/
/tests/asan/build/

# ANTLR tool side outputs (the gen-* tasks): token maps and IDE/TestRig
# interpreter data the examples never use (no ANTLR flag suppresses them).
examples/*/generated/*.tokens
examples/*/generated/*.interp

# Editors
.idea/
.vscode/
.DS_Store

# Claude Code local settings (CLAUDE.md is committed; local overrides are not)
.claude/settings.local.json

# Env
.venv/
.pixi/
# pixi environments
.pixi/*
!.pixi/config.toml
