.venv/
__pycache__/
*.pyc
.cache/
/tmp/
*.egg-info/
.DS_Store
indexes/
tests/changelog.md
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Generated content
knowledge/
paper-notes/
daily-notes/
graph.html

# Project-local data directory
scholar/
data/

# Build artifacts
dist/
build/
*.whl

# Environment and secrets
.env
.scholar.json

# IDE
.idea/
.vscode/
*.swp
*.swo

# Logs
*.log

# Secrets
config/config.yaml

# Generated outputs
outputs/

# Temp files
temp_files.txt

# Test artifacts
tests/sa_*.md

# Coverage
htmlcov/
.coverage
coverage.xml

# Agent metadata
.claude/

# Marketing/promotion drafts
promotion.md

# Internal reviews and reports
docs/demo-review.md
reviews/
