docs/futures/
docs/tasks/

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# PyInstaller
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
.test-stamp

# Translations
*.mo
*.pot

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# ruff
.ruff_cache/

# IDEs
.idea/
.vscode/
*.swp
*.swo
*~
.project
.pydevproject
.settings/

# Jupyter Notebook
.ipynb_checkpoints

# Local development
*.local
.env.local
.env.*.local

# OS files
.DS_Store
Thumbs.db

# MkDocs documentation site
site/

# Mutation testing artifacts
mutants/

# Claude Code plugin state
.claude/tackline/

# Claude Code session worktrees (machine-local)
.claude/worktrees/

# Agent-team memory (session logs, learnings, retros -- machine-local).
# Anchored to the repo root: hatchling applies .gitignore patterns when
# selecting wheel contents, and an unanchored `memory/` silently dropped
# src/eventsource/adapters/memory/ from the 0.8.0 wheel.
/memory/

# Doc-sync state (per-checkout, never shared)
.claude/last-docs-run

# Benchmark harness output
bench/results/*
!bench/results/.gitkeep

# local review scratch
/.fractal/
