cce-search-prototype/.gitignore

21 lines
134 B
Plaintext

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