cce-search-prototype/.gitignore

20 lines
122 B
Plaintext

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