# Virtual environment
.venv/
venv/
ENV/
.python-version
scripts/llm_capture/.organon/logs/
.organon/cache/
.organon/indices/

# Python
__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
.pytest_cache/
.coverage
htmlcov/

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

# Log files (can grow very large)
.claude/*-log.jsonl
.organon/workflow-log.jsonl
.organon/*.jsonl
.organon/current-context.json

# Manifest backups (written by /org-init migration; git is the durable rollback)
.organon/alignment-manifest.json.*.bak

# OS
.DS_Store
Thumbs.db

# MkDocs build output
/site/