whoogle-search/.gitignore

13 lines
100 B
Plaintext
Raw Normal View History

2020-01-21 23:26:49 +03:00
venv/
.idea/
2020-01-21 23:26:49 +03:00
__pycache__/
*.pyc
*.pem
config.json
test/static
2020-05-07 02:24:18 +03:00
# pip stuff
build/
dist/
*.egg-info/