# Environment
.env
.venv/
__pycache__/
*.pyc
*.pyo

# IDE
.vscode/
.idea/
*.swp
*.swo

# Build artifacts
*.egg-info/
dist/
build/
# hatch-vcs writes the runtime version file at build/install time;
# source of truth is git tags. Do not commit.
src/dataeval_flow/_version.py

# Cache
.pytest_cache/
.ruff_cache/
.mypy_cache/
.cache/
.dataeval_cache/

# Test/Build output
output/
.coverage
.coverage.*

# Generated notebooks (source of truth is MyST markdown)
*.ipynb

# Nox
.nox/
.cuda-version

# OS
.DS_Store
Thumbs.db

# Claude Code
.claude/

# Docker (local builds)
*.tar

# Logs
*.log

# Data (should be mounted, not committed)
docs/source/notebooks/**/
/data/
/output/
