# Rust build artifacts
target/
Cargo.lock.bak

# Compiled Python extension (platform-specific; built by CI or `maturin develop`)
mumfordshah2d/_core*.so
mumfordshah2d/_core*.pyd

# Python cache
__pycache__/
*.pyc
*.pyo
.pytest_cache/

# macOS
.DS_Store

# Distribution / packaging
dist/
build/
*.egg-info/
.eggs/

# Editors / IDEs
.vscode/
.idea/
*.swp

# Jupyter
.ipynb_checkpoints/
