# Project
data/
test_output/
pipeline_output/
pipeline_testdata/
examples/*
!examples/*.ipynb
prototypes/
plans/
data_sources/
.mcpregistry_*

# AI assistants
.claire/
.claude/agent-memory/
.claire/agent-memory/
.claude/worktrees/

# Python
__pycache__/
*.py[codz]
*$py.class
*.so
*.egg-info/
*.egg
dist/
build/

# Environments
.env
.envrc
.venv

# Testing
.pytest_cache/
.coverage
.coverage.*
.testmondata*

# Tools
.mypy_cache/
.dmypy.json
.ruff_cache/
/site
.DS_Store
*.log
