# Rust
/target
# cargo-fuzz runtime artifacts (the fuzz/ crate itself is committed)
/fuzz/target
/fuzz/corpus
/fuzz/artifacts
# Python / maturin
/dist
/build
*.whl
*.egg-info
__pycache__/
*.pyc
# uv lockfile: this is a Rust/maturin project, not uv-managed (no Python deps to lock)
uv.lock
# macOS
.DS_Store
# Editors
*.swp
.idea/
.vscode/
.worktrees/
# Drafts (in case scissors runs locally during dev)
/scissors-*.md