# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv
local_context_openadapt_ml_internal.md

# Environment variables
.env

# Ephemeral synthetic assets (frames, debug sessions, etc.)
synthetic/
synthetic_train/
synthetic_train_dev/

# Local OS cruft
.DS_Store

# Editor files
*.swp
*.swo
*.swn
*~
.*.sw?

# Ephemeral training/eval artifacts
logs/
checkpoints/
checkpoints_*/
/plots/
eval_*.json
benchmark_results/
debug_*/

# Internal documentation (not for public repo)
docs/internal/
