mirror of
https://github.com/benbusby/whoogle-search
synced 2024-11-01 03:20:30 +00:00
843632a22c
Renamed to avoid collision issues for users who update the env file when running their instance. Non-template env file is gitignored to avoid accidental tracking. Fixes #467
21 lines
202 B
Plaintext
21 lines
202 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/
|
|
|
|
# env
|
|
whoogle.env
|