# Python
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Build artifacts
build/
dist/
*.egg

# uv / venv
.venv/
uv.lock

# Editor
.vscode/
.idea/
*.swp
.DS_Store

# resilient-write consumer state (if this repo is ever used on itself)
.resilient_write/

# Agent development notes (not part of the product)
.agent/
AGENT.md

# Paper build artifacts (source is kept; build via `make` in paper/)
paper/main.pdf
paper/main.aux
paper/main.blg
paper/main.log
paper/main.out
paper/main.toc
paper/resilient-write-arxiv.zip

# misc
git-push
