# Folders excluded from this repo
week1/
week2/
systemDesign/

# Generated output directories (root-level only — not tutor/audio/ source)
/audio/
/video/

# Generated audio output
*.mp3
*.script.txt
*.units.json
*.session.json
*.chunks.json
*.meta.json
*.visuals.json
tutorial_units/

# TTS temp files
.tts_tmp/

# LLM cache (regenerated on demand)
.tutor_cache/

# Secrets — never commit
tutor/.env

# Python
__pycache__/
*.py[cod]
*.pyo
.mypy_cache/
.ruff_cache/

# Virtual environments
.venv/
venv/
env/

# Logs
tutor.log
*.log

# Editor / OS
.vscode/
.idea/
*.swp
.DS_Store
Thumbs.db

# Reference repos — cloned locally for reading, not part of this project
ralphex/

# Docker build artifacts
.docker/
*.dockerignore.bak

# Dev workflow scripts output
scripts/__pycache__/

# Assisted mode runtime settings override — written and deleted by learnx_dk.py
.claude/settings.local.json

# sandbox/ prototype scripts — tracked selectively; outputs are not
sandbox/*.log
sandbox/*.json
sandbox/*.mp3

problems/
week3/
