dist/
build/
target/
pip-wheel-metadata/
*.egg-info/

__pycache__/
*.py[cod]
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
.coverage.*
htmlcov/
.venv/
.python-version

python/grimace/_core*.so
python/grimace/_core*.dylib
python/grimace/_core*.dll
python/grimace/_core*.pyd

Cargo.lock

.DS_Store
.codex
.idea/
.vscode/
