# Python
__pycache__/
*.py[cod]
*.so
*.egg-info/
dist/
build/
.eggs/

# Generated version file
python/src/ndslive/math/_version.py

# Virtual environments
venv/
env/
.venv/

# IDE-specific files
.vscode/
.idea/

# Rust
/rust/target/
rust/Cargo.lock

# Misc
.DS_Store

# Claude-specific files
CLAUDE.md
.claude/

# Local spec / reference material (normative spec used to verify behavior;
# not part of the published repo)
_ext/
