# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.venv/
venv/
env/
.env
*.egg-info/
dist/
build/
.eggs/

# EDUagent runtime
*.json
!examples/**/*.json
!eduagent/demo/*.json
!clawed/demo/*.json
eduagent_output/
clawed_output/
eduagent_data/
clawed_data/

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

# macOS
.DS_Store

# Testing
.pytest_cache/
.coverage
htmlcov/
.ruff_cache/

# Build prompts (internal)
BUILD_PROMPT.md
