# Build artifacts
/target
**/*.rs.bk
*.pdb
# Cargo.lock IS committed for binary crates — deterministic builds

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

# macOS
.DS_Store

# ritalin's own state in dev
/.ritalin/
/.task-incomplete

# Local test scratchpad
/tmp/

# Local Claude Code cache
/.claude/tsc-cache/

# NotebookLM-generated marketing media (hundreds of MB)
/notebooklm-assets/

# Downloaded ARC-AGI-3 benchmark environments
/environment_files/
