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

# Virtual environments
.venv/
venv/
env/

# Tools
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Internal
guidelines/
plans/
