# Python
__pycache__/
*.py[cod]
.venv/
.pytest_cache/
*.egg-info/
dist/
build/
.ruff_cache/
.mypy_cache/
uv.lock

# Rust / maturin
/target/
*.so
*.pyd
*.dll
src/file_tools/_core*.so
src/file_tools/_core*.pyd
Cargo.lock

# Local
tmp/
.DS_Store
