forked from HomeLab/unraid-mcp
61 lines
909 B
Plaintext
61 lines
909 B
Plaintext
# Python-generated files
|
|
__pycache__/
|
|
*.py[oc]
|
|
build/
|
|
dist/
|
|
wheels/
|
|
*.egg-info
|
|
*.egg
|
|
|
|
# Tool artifacts (pytest, ruff, ty, coverage all write here)
|
|
.cache/
|
|
|
|
# Legacy artifact locations (in case tools run outside pyproject config)
|
|
.pytest_cache/
|
|
.ruff_cache/
|
|
.ty_cache/
|
|
htmlcov/
|
|
.coverage
|
|
coverage.xml
|
|
|
|
# Virtual environments
|
|
.venv
|
|
.venv-backend
|
|
|
|
# Environment files (only .env.example is tracked)
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Logs
|
|
*.log
|
|
logs/
|
|
|
|
# IDE/Editor
|
|
.bivvy
|
|
.cursor
|
|
|
|
# Claude Code user settings (gitignore local settings)
|
|
.claude/settings.local.json
|
|
|
|
# Serena IDE configuration
|
|
.serena/
|
|
|
|
# Documentation and session artifacts
|
|
.docs/
|
|
.full-review/
|
|
/docs/plans/
|
|
/docs/sessions/
|
|
/docs/reports/
|
|
|
|
# Test planning documents
|
|
/DESTRUCTIVE_ACTIONS.md
|
|
|
|
# Google OAuth client secrets
|
|
client_secret_*.apps.googleusercontent.com.json
|
|
|
|
web-ui/frontend/node_modules
|
|
web-ui/backend/.venv-backend/
|
|
.pnpm-store/
|
|
|
|
.continue |