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

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

# Editors / OS
.idea/
.vscode/
*.swp
.DS_Store

# Generated artifacts (regenerate with `captouch-spike`)
/examples/

# Ralph loop — secrets must never be committed
/ralph/.env
