AIvoices/server/fastapi/.gitignore
2026-05-09 18:38:57 +05:30

18 lines
156 B
Text

__pycache__/
*.py[codz]
*.so
build/
dist/
*.egg-info/
.env
.envrc
.venv
env/
venv/
.pytest_cache/
.ruff_cache/
.mypy_cache/
.pyre/
.pytype/
.idea/
.vscode/