# GENERATED by cc-guides from .claude/fragments/.gitignore/ — do not edit; edit the fragments and run 'cc-guides render'.
# OS / editor
.DS_Store
*.swp
.idea/
.vscode/

# Local environment
.env*

# Claude Code
.context/
.claude-scratch/
.scratch/
.claude/worktrees/
.claude/settings.local.json

# Python bytecode (guard hooks are Python even in non-Python repos)
__pycache__/
*.py[cod]

# Cargo build output — any target dir variant, anywhere (Rust cores appear in
# repos of every stack; a stray CARGO_TARGET_DIR must never reach the index)
target/
target-cargo/
.cargo-target/

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

# Virtualenv / uv
.venv/
venv/

# Tooling caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml

# CI wheel smoke test
.wheel-smoke/

# Great Docs build output
great-docs/

# gd-build-materialized build inputs (pre_render scripts, fleet-theme.css), any depth
.gd-build/

# MkDocs
site/

# captain-hook repo-local
stress/reports/
captain_hook/langs.py
