mirror of
https://github.com/searxng/searxng.git
synced 2024-10-31 22:28:52 +00:00
7ef6ffa803
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
44 lines
491 B
Text
44 lines
491 B
Text
*~
|
|
*/*~
|
|
*/*/*~
|
|
*/*/*/*~
|
|
*/*/*/*/*~
|
|
|
|
# Git
|
|
.git
|
|
.gitignore
|
|
|
|
# CI
|
|
.codeclimate.yml
|
|
.travis.yml
|
|
.taskcluster.yml
|
|
|
|
# Byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
*/__pycache__/
|
|
*/*/__pycache__/
|
|
*/*/*/__pycache__/
|
|
*.py[cod]
|
|
*/*.py[cod]
|
|
*/*/*.py[cod]
|
|
*/*/*/*.py[cod]
|
|
|
|
# node_modules
|
|
node_modules/
|
|
*/node_modules/
|
|
*/*/node_modules/
|
|
*/*/*/node_modules/
|
|
*/*/*/*/node_modules/
|
|
|
|
.tx/
|
|
|
|
# to sync with .gitignore
|
|
geckodriver.log
|
|
.coverage
|
|
coverage/
|
|
cache/
|
|
build/
|
|
dist/
|
|
local/
|
|
gh-pages/
|
|
*.egg-info/
|