54 lines
401 B
Plaintext
54 lines
401 B
Plaintext
__pycache__
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.Python
|
|
build/
|
|
develop-eggs/
|
|
dist/
|
|
downloads/
|
|
eggs/
|
|
.eggs/
|
|
lib/
|
|
lib64/
|
|
parts/
|
|
sdist/
|
|
var/
|
|
wheels/
|
|
*.egg-info/
|
|
.installed.cfg
|
|
*.egg
|
|
|
|
.pytest_cache
|
|
.coverage
|
|
htmlcov/
|
|
.tox/
|
|
.hypothesis/
|
|
|
|
.mypy_cache/
|
|
.ruff_cache/
|
|
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
*.log
|
|
*.pot
|
|
*.pyc
|
|
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
tests/
|
|
scripts/
|
|
*.md
|
|
!README.md
|
|
|
|
.git
|
|
.gitignore
|
|
.gitea
|
|
|
|
check_qdrant.py
|