assets/external/
.states
.web
*.py[cod]
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
*claude*

# Virtual environments
.venv

# Test and lint caches
.coverage
.mypy_cache/
.pytest_cache/

# IDE
.idea

# Ignored experiments
.ignore

# Ralph loop logs (keep directory via .gitkeep)
logs/*.log
logs/*.jsonl

# Reflex build artifacts (legacy)
.web/
.states/

# Legacy files (old Reflex/CustomTkinter app)
archive/
images/
run.bat

# Ralph loop files
ralph.ps1
RALPH_PROMPT.md
progress.txt

# Planning/process docs (not used by application)
guardrails.md
IMPLEMENTATION_PLAN.md

# Windows artifacts
NUL

# SQLite databases (except pathways.db which contains pre-computed data)
*.db
*.sqlite

# Snowflake result cache
data/cache/

# VS Code workspace settings
.vscode/
