1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
# Rust build artifacts /target # Agent instructions (local only) AGENTS.md # IDE .idea/ .vscode/ *.swp *.swo *~ # macOS .DS_Store # Generated bindings (rebuilt by build.rs) src/bindings.rs Cargo.lock