# Graph database (local, not committed)
.repo-graph/

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
.pytest_cache/
.coverage
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

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

# Node / UI
node_modules/
ui/dist/
ui/build/
.pnpm-lock.yaml
pnpm-lock.yaml

# Build artifacts
*.whl
*.tar.gz

# Development
.env.local
*.log
DEV_GUIDE.md

# Claude
CLAUDE.md
.claude/