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

# Editor
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.sw?

# Project
.demo/
.claude/agent-results/
.claude/scheduled_tasks.lock
.claude/scheduled_tasks.json
.claude/settings.local.json

.coverage
.hypothesis/
.pytest_cache/
