Files
unraid-mcp/.gitignore
Jacob Magar 06f18f32fc chore: update gitignore, bump to 0.2.1, apply CodeRabbit fixes
- Add .windsurf/, *.bak*, .1code/, .emdash.json to .gitignore
- Sync standard gitignore entries per project conventions
- Apply final test/tool fixes from CodeRabbit review threads
- Update GraphQL schema to latest introspection snapshot
- Bump version 0.2.0 → 0.2.1

Co-authored-by: Claude <noreply@anthropic.com>
2026-03-13 00:53:51 -04:00

67 lines
961 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
.windsurf/
.1code/
.emdash.json
# Backup files
*.bak
*.bak-*
# 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/