# 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

# Notes from user
.notes/

# Virtual environments
.venv/
venv/
ENV/

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/

# Type checking
.mypy_cache/
.dmypy.json
dmypy.json

# Linting
.ruff_cache/

# GrepAI
.grepai/

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

# Environment
.env

# OS
.DS_Store
Thumbs.db

# Distribution
*.tar.gz
*.whl

# Beads (bd) runtime files
.beads/beads.db
.beads/beads.db-shm
.beads/beads.db-wal
.beads/.jsonl.lock
.beads/export-state/

# Project docs (local only)
plan.md
VRAM.md

# MkDocs build output
site/
.cache/
.beads/dolt-access.lock
