2023-09-14 21:07:15 +00:00
|
|
|
data/nxc.db
|
2023-09-18 19:22:29 +00:00
|
|
|
hash_spider_default.sqlite3
|
2019-11-12 21:39:26 +00:00
|
|
|
*.bak
|
2015-08-15 20:48:54 +00:00
|
|
|
*.log
|
2016-04-09 04:13:01 +00:00
|
|
|
.venv
|
2023-11-30 12:34:10 +00:00
|
|
|
pyvenv.cfg
|
2020-04-20 16:19:55 +00:00
|
|
|
.vscode
|
2023-03-02 16:00:37 +00:00
|
|
|
.idea
|
2015-08-14 14:11:55 +00:00
|
|
|
# Byte-compiled / optimized / DLL files
|
|
|
|
__pycache__/
|
|
|
|
*.py[cod]
|
2020-05-11 17:48:03 +00:00
|
|
|
bin/
|
2015-08-14 14:11:55 +00:00
|
|
|
|
2020-12-09 17:30:33 +00:00
|
|
|
|
2015-08-14 14:11:55 +00:00
|
|
|
# C extensions
|
|
|
|
*.so
|
|
|
|
|
|
|
|
# Distribution / packaging
|
|
|
|
.Python
|
|
|
|
env/
|
|
|
|
build/
|
|
|
|
develop-eggs/
|
|
|
|
dist/
|
|
|
|
downloads/
|
|
|
|
eggs/
|
|
|
|
.eggs/
|
|
|
|
lib/
|
|
|
|
lib64/
|
|
|
|
parts/
|
|
|
|
sdist/
|
|
|
|
var/
|
|
|
|
*.egg-info/
|
|
|
|
.installed.cfg
|
|
|
|
*.egg
|
|
|
|
|
|
|
|
# PyInstaller
|
|
|
|
# Usually these files are written by a python script from a template
|
|
|
|
# before PyInstaller builds the exe, so as to inject date/other infos into it.
|
|
|
|
*.manifest
|
|
|
|
*.spec
|
2023-09-14 21:07:15 +00:00
|
|
|
!netexec.spec
|
2015-08-14 14:11:55 +00:00
|
|
|
|
|
|
|
# Installer logs
|
|
|
|
pip-log.txt
|
|
|
|
pip-delete-this-directory.txt
|
|
|
|
|
|
|
|
# Unit test / coverage reports
|
|
|
|
htmlcov/
|
|
|
|
.tox/
|
|
|
|
.coverage
|
|
|
|
.coverage.*
|
|
|
|
.cache
|
|
|
|
nosetests.xml
|
|
|
|
coverage.xml
|
|
|
|
*,cover
|
|
|
|
|
|
|
|
# Translations
|
|
|
|
*.mo
|
|
|
|
*.pot
|
|
|
|
|
|
|
|
# Sphinx documentation
|
|
|
|
docs/_build/
|
|
|
|
|
|
|
|
# PyBuilder
|
|
|
|
target/
|