- 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>
25 lines
215 B
Plaintext
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
|