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

# Python
__pycache__/
*.py[cod]
*$py.class
.venv/
venv/
*.egg-info/
.pytest_cache/

# Maturin / PyO3 artifacts
*.so
*.dylib
*.dll

# Web / Wasm
pkg/

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

# Mac
.DS_Store

# Bindings
/bindings/headers/
/bindings/swift/VitalLensCoreFFI.h
/bindings/swift/VitalLensCoreFFI.modulemap
dist/