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

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

# Virtual environments
.venv/

# Tool caches
.ruff_cache/
.pytest_cache/
