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

# Virtual env
.venv/
venv/

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

# Data (mount as volume instead)
data/
test_pdfs/

# VS Code extension is packaged separately from the server image.
vscode-extension/

# Dev tools
.git/
.github/
.academic-figures/
.claude/
.cline/
.clinerules/
.codex/
.pre-commit-config.yaml
.ruff_cache/
.mypy_cache/
.pytest_cache/
.tmp/
.uv-cache/
.uvx-cache/
.venv-release/
htmlcov/
coverage.xml
.coverage

# Tests
tests/
scripts/

# Docs
docs/
profiles/
resources/
*.md
!README.md
LICENSE

# Local sample documents
*.doc
*.docx
*.pdf
*.pptx
*.xlsx

# Memory bank
memory-bank/
