__pycache__/
*.py[cod]
*.so

.venv/
venv/
.env

build/
dist/
*.egg-info/

.mypy_cache/
.pytest_cache/
.ruff_cache/

target/
Cargo.lock

.DS_Store
