# Virtual environments
.venv/
.venv-*/
venv/

# Python cache
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/

# Generated documentation (regenerate on demand)
docs/generated/
examples/demo-repo/docs/generated/

# Local agent / maintainer artifacts
.agents/
.codex/
.codex_memory/
.kimi/
.kimi-code/
.github/agents/
.github/hooks/
.github/instructions/
.github/prompts/
.github/skills/
.github/README-customizations.md

# IDE
.idea/
.vscode/
*.swp

# Test / coverage
.coverage
htmlcov/
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Temporary outputs
.tmp/

# Fixture-generated artifacts (created during tests)
tests/fixtures/**/docs/generated/

# Development roadmap (private)
DEVELOPMENT_ROADMAP for context-crafter-mcp.txt

# Internal maintainer notes (private, untracked)
docs/internal/
