cce-search-prototype/.gitignore

21 lines
134 B
Plaintext
Raw Permalink Normal View History

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