milvus/tests/python_client/.gitignore
zhuwenxing 4783f5bcbc
Add scripts to test deployment by docker-compose (#7448)
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
2021-09-03 17:15:51 +08:00

20 lines
175 B
Plaintext

# python files
.pytest_cache
**/.pytest_cache
**/volumes
**/logs
**/docker-compose.yml
.idea
*.html
.python-version
__pycache__
.vscode
test_out/
*.pyc
db/
logs/
.coverage