# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so

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

# Virtual environments
.venv/
venv/

# Tooling caches
.mypy_cache/
.ruff_cache/
.pytest_cache/
