# Rust
/target/
**/*.rs.bk
bindings/wasm/target/

# Node / WASM build artifacts
node_modules/
bindings/wasm/pkg/

# Editor and OS
.DS_Store
*.swp
*.swo
*~
.idea/
.vscode/
.cursor/
*.code-workspace

# Environment
.env
.env.*

# Python
__pycache__/
.pytest_cache/
*.py[cod]
*.so
*.egg-info/
.eggs/
dist/
.python-version
venv/
.venv/
