2018-07-20 01:42:13 +03:00
|
|
|
# Docker volume
|
|
|
|
docker-volume/
|
|
|
|
|
2018-06-11 21:19:14 +03:00
|
|
|
# pytest
|
|
|
|
.pytest_cache/
|
|
|
|
|
2020-02-25 13:35:19 +03:00
|
|
|
# mypy
|
|
|
|
.mypy_cache
|
|
|
|
|
2015-04-15 01:59:56 +03:00
|
|
|
# firefox directories
|
2015-12-21 22:02:24 +03:00
|
|
|
firefox-bin/
|
2018-10-02 12:03:57 +03:00
|
|
|
Firefox*.app/
|
2019-04-08 17:38:56 +03:00
|
|
|
Nightly*.app/
|
2020-01-10 16:59:37 +03:00
|
|
|
firefox-profile
|
2015-04-15 01:59:56 +03:00
|
|
|
|
2014-06-10 21:41:03 +04:00
|
|
|
# VIM tmp files
|
2014-03-31 10:19:27 +04:00
|
|
|
*~
|
|
|
|
.*.sw*
|
|
|
|
|
|
|
|
# A bug in selenium creates this on unix systems
|
|
|
|
C:\\nppdf32Log\\debuglog.txt
|
|
|
|
|
2014-06-10 21:41:03 +04:00
|
|
|
# PyCharm
|
2014-04-12 00:00:42 +04:00
|
|
|
.idea/*
|
|
|
|
*.idea
|
|
|
|
*/idea
|
2020-02-28 17:54:38 +03:00
|
|
|
.Trash-0
|
2019-06-25 14:22:03 +03:00
|
|
|
|
2019-10-29 19:24:48 +03:00
|
|
|
#VSCode
|
|
|
|
.vscode
|
|
|
|
|
2019-06-25 14:22:03 +03:00
|
|
|
# Local Python virtual environments
|
2018-09-17 17:39:48 +03:00
|
|
|
venv/
|
2014-06-10 21:41:03 +04:00
|
|
|
|
2014-06-10 20:59:28 +04:00
|
|
|
# Byte-compiled / optimized / DLL files
|
|
|
|
__pycache__/
|
|
|
|
*.py[cod]
|
|
|
|
|
|
|
|
# C extensions
|
|
|
|
*.so
|
|
|
|
|
|
|
|
# Distribution / packaging
|
|
|
|
.Python
|
|
|
|
env/
|
|
|
|
bin/
|
|
|
|
build/
|
|
|
|
develop-eggs/
|
|
|
|
dist/
|
|
|
|
eggs/
|
2015-03-17 19:44:13 +03:00
|
|
|
#lib/
|
|
|
|
#lib64/
|
2014-06-10 20:59:28 +04:00
|
|
|
parts/
|
|
|
|
sdist/
|
|
|
|
var/
|
|
|
|
*.egg-info/
|
|
|
|
.installed.cfg
|
|
|
|
*.egg
|
|
|
|
|
|
|
|
# Installer logs
|
|
|
|
pip-log.txt
|
|
|
|
pip-delete-this-directory.txt
|
|
|
|
|
|
|
|
# Unit test / coverage reports
|
|
|
|
htmlcov/
|
|
|
|
.tox/
|
|
|
|
.coverage
|
|
|
|
.cache
|
|
|
|
nosetests.xml
|
|
|
|
coverage.xml
|
|
|
|
|
|
|
|
# Translations
|
|
|
|
*.mo
|
|
|
|
|
|
|
|
# Mr Developer
|
|
|
|
.mr.developer.cfg
|
|
|
|
.project
|
|
|
|
.pydevproject
|
|
|
|
|
|
|
|
# Rope
|
|
|
|
.ropeproject
|
|
|
|
|
|
|
|
# Django stuff:
|
|
|
|
*.log
|
|
|
|
*.pot
|
|
|
|
|
|
|
|
# Sphinx documentation
|
|
|
|
docs/_build/
|
2021-04-26 18:05:30 +03:00
|
|
|
docs/apidoc/
|
2018-09-17 17:39:48 +03:00
|
|
|
|
|
|
|
# npm packages
|
|
|
|
node_modules
|
2019-04-15 18:29:35 +03:00
|
|
|
|
2019-06-25 14:22:03 +03:00
|
|
|
# built extension artifacts
|
2020-11-14 18:06:51 +03:00
|
|
|
openwpm/Extension/firefox/dist
|
|
|
|
openwpm/Extension/firefox/openwpm.xpi
|
|
|
|
openwpm/Extension/firefox/src/content.js
|
|
|
|
openwpm/Extension/firefox/src/feature.js
|
2021-02-22 19:51:32 +03:00
|
|
|
|
|
|
|
datadir
|