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

# Test / coverage
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/
.ruff_cache/

# UV / packaging
.venv/
dist/
*.egg-info/

# IDE / OS
.idea/
.vscode/
*.swp
.DS_Store
Thumbs.db

# Retornatus derived / ephemeral (canonical truth stays under .retornatus/)
.retornatus/index/
.retornatus/runtime/
