# Virtual environments
.venv/

# Python bytecode
__pycache__/
*.pyc

# Packaging
*.egg-info/
build/
dist/

# Test caches
.pytest_cache/

# Throwaway live-driver scripts and their local state
scratch/
artifacts/

# Internal strategy/planning context — never publish in the open-source repo
.claude/knowledgebase/

# Claude Code session exports
/*-this-session-is-being-continued-*.txt

# macOS
.DS_Store
