# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
.pytest_cache/
*/**/__pycache__/
*/**/*.so
*/**/*.pyd

# Virtual environments
.venv
# because this is a library, we don't need a lock file
uv.lock
dist_logs/
# gcov coverage artifacts
*.gcno
*.gcda
*.gcov
_site/
