# Chrome profile data
chrome_profile/*

# Claude Code configuration (project-specific, not shared)
.claude/

# Python environments
.venv/
env/
venv3/
venv/
__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/
*.egg

# Shell/Bash specific
*.log
*.tmp
*.swp
*.bak
*~
.DS_Store
Thumbs.db

# macOS specific
.DS_Store

# Test outputs
tests/results/
tests/*.log
coverage/
.coverage
htmlcov/
.pytest_cache/

# IDE
.vscode/
.idea/

# Environment files
.env*
!.env.example
!.env.cdpREADME.pdf

# private working files
workdir/

# Run command system working directories
projects/

# .frago runtime files (keep video_scripts tracked)
.frago/test_output/
.frago/current_project


*.backup

# Examples directory (recipes are user-specific)
examples/

# SpecKit planning files (project-specific)
.specify/

# Internal development docs (not for public repo)
pre-publish-checklist.md
STEALTH_MODE.md
test_stealth.html
.backup_docs/
tmp/
