# Python bytecode/cache
__pycache__/
*.py[cod]

# Test/lint/type-check caches
.pytest_cache/
.ruff_cache/
.mypy_cache/

# Project virtual environments (uv uses .venv)
.venv/
venv/

# uv.lock is intentionally tracked.

# Build/package artifacts
build/
dist/
prerelease/
*.egg-info/

# Generated datasets
outputs/*
!outputs/.gitkeep

# Generated figures
figures/

# Local environment files
.env
.env.*

# Operator-specific coding-agent instructions
.agents/local.md
