/.venv/
/.envrc
/.benchmarks/
/.claude/
/htmlcov/
/__pycache__/
__pycache__/

# Crackerjack patterns




# Build/Distribution
# Caches
# Coverage
# Crackerjack specific
# Development
*.egg-info/
*.pyc
.DS_STORE
.coverage*
.crackerjack-*
.mypy_cache/
.pytest_cache/
.ruff_cache/
.venv/
/.benchmarks/
/.claude/
/.envrc
/.venv/
/__pycache__/
/build/
/dist/
/htmlcov/
__pycache__/
crackerjack-ai-debug-*.log
crackerjack-debug-*.log
htmlcov/

# Backup Files (added by gitignore audit)
# ============================================================================
*.backup
*.backup.json
*.bak
/.backups/
/.backup/
.backups/
.backup/

# Canonical cleanup patterns (bodai cleanup 2026-08-17)
# ============================================================================
.crackerjack/
.crackerjack/outputs/
.crackerjack-state/
.crackerjack-hooks-updated/
.crackerjack-mcp/
.oneiric_cache/
*.bak2
*.backup.*
coverage.json
*.pyo
*.pyd
example.mcp.json

# Canonical runtime-artifact patterns (bodai cleanup 2026-08-20)
.pyscn/

# lychee + pytest-hypothesis caches (canonical sweep 2026-08-20)
# betterleaks runtime artifact (canonical sweep 2026-08-21)
.cache/
.cache/betterleaks-report.json
.lycheecache
.hypothesis/
