# Claude Code authoring artifact — kept locally, never committed
CLAUDE_CODE_PROMPT.md

# Virtualenv
venv/
.venv/

# ThriftAI runtime artifacts
.thriftai/
examples/.thriftai-demo/

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

# Build outputs
dist/
build/

# MkDocs build output
site/

# Test + tooling caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
.hypothesis/
.coverage
htmlcov/

# OS
.DS_Store
Thumbs.db

# Editors
.idea/
.vscode/
*.swp
