# Rust
target/
*.o
*.so
*.dylib
*.dll
*.pyd

# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/
*.whl

# IDE
.vscode/
.idea/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Maturin
.maturin/
python/

# Cargo lock (keep for reproducible builds)
# Cargo.lock

# Local planning documents (keep private)
cxv.md
ROADMAP.md
zxv.md

# Session artifacts
.reasonix/
wheels.zip
