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

# Python / maturin
.venv*/
**/__pycache__/
*.so
*.pyd
bindings/python/dist/
*.egg-info/
.pytest_cache/

# Backtrace / debug
*.pdb

# macOS
.DS_Store

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

# Example workspaces write their data and state here
examples/*/_peql/
examples/*/data/

# Documentation build
docs/_build/
