# Python
__pycache__/
*.py[cod]
*$py.class
.Python
.venv/
venv/
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/
dist/
build/
*.egg-info/

# ageval runtime state
.ageval/
/tmp

# Viewer SPA copied into the package at release build (apps/viewer: pnpm build → dist/)
src/ageval/viewer/static/

# Editors / OS
.DS_Store
.idea/
.vscode/
*.swp
*~

# Node (website, if added later)
node_modules/
.next/
out/

# Secrets / local overrides
.env
.env.*
!.env.example
*.pem
credentials/
COMMIT.md
.ageval/
*.ageval_env_result.json
.pi-subagents/
