ae05e8ff8b
Initialization of the app now includes generation of a ddg-bang json file, which is used for all bang style searches afterwards. Also added search suggestion handling for bang json lookup. Queries beginning with "!" now reference the bang json file to pull all keys that match. Updated test suite to include basic tests for bang functionality. Updated gitignore to exclude bang subdir.
18 行
182 B
Plaintext
18 行
182 B
Plaintext
venv/
|
|
.idea/
|
|
__pycache__/
|
|
*.pyc
|
|
*.pem
|
|
*.conf
|
|
config.json
|
|
test/static
|
|
flask_session/
|
|
app/static/config
|
|
app/static/custom_config
|
|
app/static/bangs
|
|
|
|
# pip stuff
|
|
build/
|
|
dist/
|
|
*.egg-info/
|