# SpiderFoot specific #
#######################
/cache/
/log/
/spiderfoot.db*
passwd
spiderfoot.crt
spiderfoot.key

spiderfoot/static/node_modules/*

spiderfoot/static/node_modules/alertifyjs/*
spiderfoot/static/node_modules/alertifyjs/build/*
spiderfoot/static/node_modules/alertifyjs/build/css/*

!spiderfoot/static/node_modules/alertifyjs/
!spiderfoot/static/node_modules/alertifyjs/build/
!spiderfoot/static/node_modules/alertifyjs/build/alertify.min.js
!spiderfoot/static/node_modules/alertifyjs/build/css/
!spiderfoot/static/node_modules/alertifyjs/build/css/alertify.min.css

spiderfoot/static/node_modules/bootstrap/*
spiderfoot/static/node_modules/bootstrap/dist/*
spiderfoot/static/node_modules/bootstrap/dist/js/*
spiderfoot/static/node_modules/bootstrap/dist/css/*
spiderfoot/static/node_modules/bootstrap/dist/fonts/*

!spiderfoot/static/node_modules/bootstrap/
!spiderfoot/static/node_modules/bootstrap/dist/
!spiderfoot/static/node_modules/bootstrap/dist/js/
!spiderfoot/static/node_modules/bootstrap/dist/js/bootstrap.min.js
!spiderfoot/static/node_modules/bootstrap/dist/css/
!spiderfoot/static/node_modules/bootstrap/dist/css/bootstrap.min.css
!spiderfoot/static/node_modules/bootstrap/dist/fonts/
!spiderfoot/static/node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.woff
!spiderfoot/static/node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2

spiderfoot/static/node_modules/jquery/*
spiderfoot/static/node_modules/jquery/dist/*

!spiderfoot/static/node_modules/jquery/
!spiderfoot/static/node_modules/jquery/dist/
!spiderfoot/static/node_modules/jquery/dist/jquery.min.js

spiderfoot/static/node_modules/sigma/*
spiderfoot/static/node_modules/sigma/build/*
spiderfoot/static/node_modules/sigma/build/plugins/*

!spiderfoot/static/node_modules/sigma/
!spiderfoot/static/node_modules/sigma/build/
!spiderfoot/static/node_modules/sigma/build/sigma.min.js
!spiderfoot/static/node_modules/sigma/build/plugins/
!spiderfoot/static/node_modules/sigma/build/plugins/sigma.parsers.json.min.js
!spiderfoot/static/node_modules/sigma/build/plugins/sigma.plugins.dragNodes.min.js
!spiderfoot/static/node_modules/sigma/build/plugins/sigma.layout.forceAtlas2.min.js
!spiderfoot/static/node_modules/sigma/build/plugins/sigma.renderers.snapshot.min.js

spiderfoot/static/node_modules/tablesorter/*
spiderfoot/static/node_modules/tablesorter/dist/*
spiderfoot/static/node_modules/tablesorter/dist/js/*
spiderfoot/static/node_modules/tablesorter/dist/css/*
spiderfoot/static/node_modules/tablesorter/dist/js/extras/*

!spiderfoot/static/node_modules/tablesorter/
!spiderfoot/static/node_modules/tablesorter/dist/
!spiderfoot/static/node_modules/tablesorter/dist/css/
!spiderfoot/static/node_modules/tablesorter/dist/css/jquery.tablesorter.pager.min.css
!spiderfoot/static/node_modules/tablesorter/dist/css/theme.default.min.css
!spiderfoot/static/node_modules/tablesorter/dist/js/
!spiderfoot/static/node_modules/tablesorter/dist/js/jquery.tablesorter.min.js
!spiderfoot/static/node_modules/tablesorter/dist/js/jquery.tablesorter.widgets.min.js
!spiderfoot/static/node_modules/tablesorter/dist/js/extras/
!spiderfoot/static/node_modules/tablesorter/dist/js/extras/jquery.tablesorter.pager.min.js

spiderfoot/static/node_modules/d3/*

!spiderfoot/static/node_modules/d3/
!spiderfoot/static/node_modules/d3/d3.min.js

# Compiled source #
###################
__pycache__/
*.com
*.class
*.dll
*.exe
*.o
*.so
*.py[cod]
*$py.class

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Packages #
############
# it's better to unpack these files and commit the raw source
# git has its own built in compression methods
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip

# Logs and databases #
######################
*.log
*.sqlite
*.db

# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
.*~
Icon?
ehthumbs.db
Thumbs.db

# Virtual environments #
########################
venv/
venv3/

# IDE #
#######
.idea
.vscode

# Test & Coverage Reports #
###########################
.coverage
coverage/
test/acceptance/results/
htmlcov/
report/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
cover/

# Documentation #
#################
docs/_build/
