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

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg
*.egg-info/
dist/
build/
.eggs/
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/
.dmypy.json
dmypy.json

# IDE
.vscode/
.idea/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Maturin
wheels/
*.whl

# Node
node_modules/
package-lock.json

# MkDocs
site/
docs_site/
.mkdocs_cache/

# MemAlloy Data & Cache
.memalloy_data/
.fastembed_cache/
venv/
.venv/