# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
*.egg
MANIFEST

# PyInstaller
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/

# Translations
*.mo
*.pot

# Environments
.env
.venv
env/
venv/
ENV/

# Pyright / mypy
.pyright/
.mypy_cache/
.dmypy.json
dmypy.json

# Ruff
.ruff_cache/

# IDE
.idea/
.vscode/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Logs
*.log

# SQLite (runtime cache)
*.db
*.sqlite
*.sqlite3

# Claude Code
.claude/settings.local*
.playwright-mcp/

# Notepads for personal use and for communicating ideas to Claude
comments
comments.txt
comments.md

# Infographics (generated pitch assets)
infographic*

# ProContext local config (user-specific settings)
procontext.yaml

# Private notes (not for public eyes)
CLAUDE.local.md
docs/private/
docs/builder/
docs/specs_old/
docs/reviews/
docs/research/
docs/notes/
docs/experiments/

.obsidian