# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Virtual envs
.venv/
venv/
env/
ENV/

# Testing / coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
coverage.xml
*.cover

# Linting / typing
.ruff_cache/
.mypy_cache/
.pyright/

# IDE
.vscode/
.idea/
*.swp

# Claude Code per-machine settings — may contain inline-key Bash entries
# auto-saved to the permissions whitelist. Stay out of git.
.claude/settings.json
.claude/settings.local.json

# OS
.DS_Store
Thumbs.db

# Project-specific
promptc-report.html
.promptc-cache/
*.promptc.json

# Internal planning docs (not for public repo)
PROJECT_PROPOSAL.md
V0.1_CHECKLIST.md

# Beta test artifacts (private)
beta_feedback/
