# Rust / Cargo
/target
# Secondary target dir used while the LSP server holds a lock on /target.
/target-test

# Cargo.lock is committed for binaries (this crate ships a `pyfun` bin).

# Python packaging (maturin wheels + build artifacts)
/dist
*.egg-info/

# Editor / OS
*.swp
.DS_Store
.vscode/

# VS Code extension client (installed locally, not vendored)
editors/vscode/node_modules/
editors/vscode/*.vsix
.claude/worktrees/
