# python
__pycache__/
*.py[cod]
*.egg-info/

# build artifacts
build/
dist/

# uv / virtualenv
.venv/

# test / tooling caches
.pytest_cache/
.ruff_cache/
