# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg

# Virtual Environments
venv/
.venv/
env/
.env/

# pytest
.pytest_cache/

# Local configuration
.env

# EvalMonkey specific
history.json
*.log
demo_run.sh
output/

# UI — Node / Next.js
ui/frontend/node_modules/
ui/frontend/.next/
ui/frontend/.swc/
ui/frontend/next-env.d.ts
ui/frontend/tsconfig.tsbuildinfo
ui/frontend/package-lock.json
ui/frontend/.env.local

# UI — SQLite database (local data only)
*.db