# Working directories (intermediate plans, scratchpad, design docs)
agent/
docs/

# IDE / Development Tools
.claude/
.serena/
.remember/
.pytest_cache/

# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
dist/
build/
*.egg

# Virtual environments
.venv/
venv/
env/

# IDE
.vscode/
.idea/
*.swp

# Generated output
test_output*/
*.md.bak

# OCR training code lives in a separate private repo
ocr-training-code/

# test-pdfs: only test.pdf is tracked; large PDFs are not
test-pdfs/*.pdf
!test-pdfs/test.pdf
test-pdfs/*.md

# OS
.DS_Store

# pyenv
.python-version
