# local data + downloaded PDFs
data/
*.db
*.db-journal
*.db-wal
*.db-shm

# python
__pycache__/
*.pyc
.venv/
venv/
.pytest_cache/

# secrets
.env

# tooling + agent memory + stray source files
.coverage
.ruff_cache/
.openhands/
.codegraph/
.aider/
.aider.conf.yml
.aider.chat.history.md
.aider.input.history
/*.pdf

# playwright MCP dev artifacts
.playwright-mcp/
