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

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.pyd
*.dylib
.pytest_cache/
.coverage
htmlcov/
.tox/
*.egg-info/
build/
develop-eggs/
dist/
wheels/
*.egg

# Virtual environments
.venv/
venv/
env/

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

# macOS
.DS_Store

# Maturin
.maturin/

# Test artifacts
/tmp/
test_*.h5ad
data/
tutorials/data/
