# Python
.venv/
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Testing
.coverage
.pytest_cache/
htmlcov/
tests/benchmarks/baseline.json

# Playwright
.playwright-mcp/

# IDE
.idea/
.vscode/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Local development
*.log

# HtmlGraph analytics index (rebuildable cache)
.htmlgraph/index.sqlite
.htmlgraph/index.sqlite-wal
.htmlgraph/index.sqlite-shm

# HtmlGraph session tracking artifacts (regenerable observability data)
.htmlgraph/sessions/*.jsonl
.htmlgraph/events/*.jsonl
.htmlgraph/parent-activity.json
.htmlgraph/logs/errors/

# HtmlGraph backup and test files
.htmlgraph/index.sqlite.backup
.htmlgraph/*.backup
.htmlgraph/test_*.db
.htmlgraph/database.db
.htmlgraph/.htmlgraph/  # Prevent nested structure corruption

# Keep these (source of truth):
# - .htmlgraph/features/
# - .htmlgraph/bugs/
# - .htmlgraph/chores/
# - .htmlgraph/spikes/
# - .htmlgraph/agents.json

.env

# MkDocs build output
site/

# pdoc generated documentation
docs/api-pdoc/
docs/api/*.html
docs/api/*.js

.contextune/
.claude/settings.local.json
