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

# Tooling
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
.tox/

# IDE / editor
.idea/
.vscode/
*.swp
*.swo
.DS_Store

# MCP runtime
~/.mcp_phone_controll/

# Build outputs
build/
dist/

# Local env / secrets
.env
.env.*
!.env.example

# OS
Thumbs.db

# Private launch playbook + case-study journal entries.
# Lives on the maintainer's laptop only — never push.
# Contains: humanized post copy, supporter-DM templates, raw journal
# entries with un-sanitized customer/project names.
# If you're a collaborator and need access, DM the maintainer.
private/

# Individual case-study journal entries are personal notes.
# Ignore dated files (YYYY-MM-DD.md); keep the README + template
# that document the system itself.
docs/internal/case-study-journal/[0-9]*.md
