Files
Fast-Whisper-MCP-Server/.gitignore
Alihan 3c0f79645c Clean up documentation and refine production optimizations
- Remove CLAUDE.md and IMPLEMENTATION_PLAN.md (development artifacts)
- Add nginx configuration for reverse proxy setup
- Update .gitignore for better coverage
- Refine GPU reset logic and error handling
- Improve job queue concurrency and resource management
- Enhance model manager retry logic and file locking
- Optimize transcriber batch processing and GPU allocation
- Strengthen API server input validation and monitoring
- Update circuit breaker with better timeout handling
- Adjust supervisor configuration for production stability

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-13 01:25:01 +03:00

25 lines
215 B
Plaintext

# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv/
venv/
.ven/
# Cython
*.pyd
logs/**
User/**
data/**
models/*
outputs/*
api.logs
IMPLEMENTATION_PLAN.md