# Python bytecode and cache
__pycache__/
*.py[cod]
*$py.class

# Test/cache tooling
.pytest_cache/
.mypy_cache/
.ruff_cache/

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