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

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

# Environments
.venv/
venv/
env/

# Tools
.pytest_cache/
.ruff_cache/
.mypy_cache/
