# Rust
/target
Cargo.lock.bak

# Python
__pycache__/
*.py[cod]
*.so
*.pyd
.pytest_cache/
.venv/
venv/
build/
dist/
*.egg-info/
wheelhouse/

# maturin / built extension placed into the source tree by `maturin develop`
/python/pdfsigner/_pdfsigner*.so
/python/pdfsigner/_pdfsigner*.pyd

# mkdocs
/site/

# macOS
.DS_Store
