cce-search-prototype/.gitignore

20 lines
122 B
Plaintext
Raw Normal View History

2019-07-13 21:21:31 +00:00
venv/
.vscode/
2020-01-29 22:19:52 +00:00
.DS_Store
2019-07-13 21:21:31 +00:00
*.pyc
__pycache__/
instance/
.pytest_cache/
.coverage
htmlcov/
dist/
build/
*.egg-info/
*~