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

# Virtual environments
.venv
.env
.python-version

# Coverage
.coverage
htmlcov/

# Caches
.ruff_cache/
.pytest_cache/
.claude/

# Dev artifacts (not shipped)
.kiro/
docs/
AGENT_TODO.md
SMOKE_TEST.md
SECURITY_REVIEW.md
dev_loop.py
run_dev_loop.sh
smoke_test_loop.py
smoke_test.py
