Files
Personal-API/.gitignore
2025-06-30 09:58:32 +07:00

101 lines
1.4 KiB
Plaintext

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Virtual environment
venv/
ENV/
env/
.venv/
.ENV/
.env/
# PyInstaller
*.manifest
*.spec
# Unit test / coverage
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
# MyPy
.mypy_cache/
.dmypy.json
dmypy.json
# IDEs
.vscode/
.idea/
*.sublime-project
*.sublime-workspace
# Jupyter
.ipynb_checkpoints
# Logs
*.log
# Local .env or config
.env
.env.*
# SQLite
*.sqlite3
# FastAPI docs build (if using Sphinx)
_build/
docs/_build/
".env"
# Ignore all files in the pycache folder
__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