# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/

# Virtual environments
.venv/
venv/

# Tools
.pytest_cache/
.ruff_cache/
.mypy_cache/

# OS
.DS_Store
