# Python cache
__pycache__/
*.py[cod]

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

# Virtual environments
.venv/
venv/

# Test and tooling caches
.pytest_cache/
.mypy_cache/
.coverage
