# Python
__pycache__/
*.py[cod]
*.egg-info/
.dist/
.build/
.pytest_cache/
.venv/

# Rust
/target/
**/target/
Cargo.lock

# Node
node_modules/
crates/citesleuth-napi/npm/

# Editor
.DS_Store
.vscode/
