Files
backend/.gitignore
T
34047007@qq.com a6cd99a4ca
CI / backend (push) Canceled after 0s
CI / frontend (push) Canceled after 0s
feat: initial commit - oncology literature search platform
OncoLit: a multi-tenant oncology literature search, feed, and
collaboration platform. Built with FastAPI + Vue 3 + PostgreSQL.
Includes PubMed pipeline, drug approvals, AI summaries, and
systematic review tools.
2026-07-27 07:59:18 +08:00

47 lines
433 B
Plaintext

# Python
__pycache__/
*.py[cod]
*.pyo
*.egg-info/
dist/
build/
.eggs/
*.egg
.venv/
venv/
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/
# Node
node_modules/
frontend/dist/
.pnpm-store/
# IDE
.vscode/settings.json
.idea/
# OS
.DS_Store
Thumbs.db
# Secrets
.env
*.key
*.pem
# Runtime data (token store, etc.)
backend/data/
# Database (PostgreSQL data dir - local only)
/pgdata/
# Logs
*.log
# Docker
.dockerignore