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

# Virtual environments
.venv/
venv/
env/

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

# Testing
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/

# OS
.DS_Store
Thumbs.db

# Node
node_modules/
.npm
.pnpm-store/

# Cassettes (user-generated, not tracked)
tests/cassettes/*.json
!tests/cassettes/.gitkeep

# Internal docs (strategy, launch content — not public)
docs/strategy/
docs/launch/
docs/blog/
.claude/settings.local.json
