Files
Fast-Whisper-MCP-Server/.gitignore
2025-06-15 17:50:05 +03:00

20 lines
163 B
Plaintext

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