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

# 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

# OS
.DS_Store
Thumbs.db