# build artifacts
build/
dist/
*.egg-info/
.eggs/

# python
__pycache__/
*.py[cod]
*.so
.venv/
venv/

# tooling caches
.ruff_cache/
.pytest_cache/
.mypy_cache/

# regeneration scratch dir (scripts/regenerate.sh)
.regen/
