# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
wheels/

# uv / virtual environments
.venv/

# Test / coverage / type caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Node / pnpm
node_modules/
*.tsbuildinfo
npm-debug.log*
pnpm-debug.log*

# Built frontend bundle (shipped in the wheel via hatch artifacts, not committed)
packages/trrack-widget/src/trrack_widget/static/

# marimo generated session snapshots / layouts
__marimo__/

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

# Agent working dir
.context/
