# Build artifacts
/target/

# Local Cargo config (machine-specific CPU tuning; not for CI/consumers)
.cargo/

# Debug images
*.png

# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
.eggs/
dist/
build/

# Compiled native extension built by `maturin develop` (platform-specific artifact)
python/fs_ocr/*.so
python/fs_ocr/*.pyd

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

# Environment
.env
.venv/
venv/
