# Python
__pycache__/
*.py[cod]
*.egg-info/
.dist-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Virtual environments
.venv/
venv/

# Build
build/
dist/

# Logs and artifacts
.runs/
*.log

# OS
.DS_Store
AGENTS.md
.coverage
