whoogle-search/.gitignore
Ben Busby 843632a22c
Refactor whoogle.env -> whoogle.template.env
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
2021-10-18 15:02:49 -06:00

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