cce-search-prototype/.gitignore

18 lines
111 B
Plaintext

venv/
.vscode/
*.pyc
__pycache__/
instance/
.pytest_cache/
.coverage
htmlcov/
dist/
build/
*.egg-info/
*~