.zig-cache/
zig-out/
*.o
.claude/

# Python bindings
__pycache__/
*.py[cod]
*.egg-info/
build/
dist/
.pytest_cache/
.venv/
# Zig-built shared library staged into the package by hatch_build.py
bindings/python/src/zigfitsio/*.so
bindings/python/src/zigfitsio/*.dylib
bindings/python/src/zigfitsio/*.dll

# TypeScript bindings
bindings/typescript/node_modules/
bindings/typescript/dist/
bindings/typescript/*.tgz
# Platform packages are fully generated by scripts/build-native.mjs
bindings/typescript/npm/
