.Rproj.user
.Rhistory
.RData
.Ruserdata

# Environment variables (secrets)
.env

# Claude instructions
CLAUDE.md

# OS files
.DS_Store
**/.DS_Store

# Python cache
__pycache__/
**/__pycache__/
*.pyc

# Build artifacts
dist/

# Desktop app build artifacts
app/desktop/build/
app/desktop/dist/
*.dmg
*.spec.bak

# Playwright MCP
.playwright-mcp/

# Diagram generation scripts
images/generate_classify_diagram.py

# Old/experimental code
src/catllm/old_code/
src/catllm/circle_classifier.py

# Test files and test directory (top-level only)
/tests/

# Survey summarizer (separate project)
survey-summarizer

# R package build/check artifacts
*.Rcheck/
*.tar.gz

# Zenodo upload staging
zenodo-upload-*/

# Desktop intermediate build artifacts
app/desktop/CatLLM.iconset/
app/desktop/screenshots/
app/desktop/icon_preview_*.png

# Claude Code transient artifacts
.claude/scheduled_tasks.lock
.claude/worktrees/
