update gitignore pycache

This commit is contained in:
bladeclara42
2025-06-30 09:58:32 +07:00
parent 64dc8d2517
commit 8e30a6ffbb

10
.gitignore vendored
View File

@@ -88,3 +88,13 @@ docs/_build/
# Ignore all files in the pycache folder # Ignore all files in the pycache folder
__pycache__ __pycache__
app/__pycache__/main.cpython-313.pyc
app/core/__pycache__/config.cpython-313.pyc
app/core/__pycache__/openai_voice_client.cpython-313.pyc
app/core/__pycache__/deepseek_client.cpython-313.pyc
app/core/__pycache__/openai_client.cpython-313.pyc
app/core/__pycache__/deepseek_voice_client.cpython-313.pyc
app/services/__pycache__/voice.cpython-313.pyc
app/services/__pycache__/translator.cpython-313.pyc
app/api/__pycache__/voice.cpython-313.pyc
app/api/__pycache__/translate.cpython-313.pyc