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

.venv/
venv/
env/
ENV/

.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
.tox/

.env
.env.local
*.log

.idea/
.vscode/
*.swp
.DS_Store

# paperlab runtime data (should live in ~/.paperlab, not the repo)
.paperlab/
# Ignore top-level sessions/ dir (runtime data), but not src/tests subdirectories
/sessions/
*.jsonl.bak

# scratch and experiments
scratchpad/
.scratch/
.playwright-mcp/
