*.pyc

.idea/
.vscode/

.cache/
.mypy_cache/
.pytest_cache/
.ruff_cache/

.tox/

.venv/
venv/
env/

.coverage
htmlcov

dist/

Cargo.lock
target/

.DS_Store
