# Backend
backend/.venv/
backend/.env
backend/__pycache__/
backend/**/__pycache__/
backend/.pytest_cache/
backend/.ruff_cache/
*.pyc

# Frontend
frontend/node_modules/
frontend/.next/
frontend/out/

# Admin
skillplus-admin/node_modules/
skillplus-admin/.next/
skillplus-admin/.env

# SDK
sdk/node_modules/
sdk/dist/
python-sdk/dist/
python-sdk/.pytest_cache/
python-sdk/**/__pycache__/

# OS
.DS_Store
skills
agent-browser/

# Sensitive files (contain server passwords)
Full_Scan_Version_Management.md
skillplus_project_summary.md
.claude/skillplus-rules.md
Optimizing SkillPlus Database Performance.md

# Credential vault — plaintext secrets, NEVER commit/push. Local only.
*.local.md
docs/prod/CREDENTIALS.local.md