# Chrome profile data
chrome_profile/*

# Spec markdown files in commands directory
.claude/do.vibing

# 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
