# Rust
/target/
**/*.rs.bk
*.pdb
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# Generated files (root directory only)
/*.pdf
*.html
# Test outputs
/tests/output/
# Pack cache
.pack-cache/
# Documentation
/target/doc/
# Local planning notes
todo.md
# Node / npm
node_modules/
*.tgz
.npm