test-results
node_modules

# Output
.output
.vercel
.netlify
.wrangler
/.svelte-kit
/build
/build-cli

# CLI package: prebuilt web assets, populated by cli/scripts/build_webapp.sh
/cli/src/mlperf_endpoints_visualizer/webapp

# CLI package: SvelteKit scratch dir, created when build_webapp.sh builds from cli/.
# The /.svelte-kit entry above is root-anchored and does not cover it.
/cli/.svelte-kit

# Python (cli/)
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
.venv/
venv/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
/cli/dist/
/cli/build/

# OS
.DS_Store
Thumbs.db

# Env
.env
.env.*
!.env.example
!.env.test

# Vite
vite.config.js.timestamp-*
vite.config.ts.timestamp-*

# Cursor
/.cursor
AGENTS.md
/.vscode
