2015-11-30 22:03:31 +08:00
|
|
|
# Intellij
|
|
|
|
.idea/
|
2021-04-09 19:41:29 +08:00
|
|
|
.run/
|
2015-11-30 22:03:31 +08:00
|
|
|
|
2015-08-30 15:22:51 +08:00
|
|
|
# Byte-compiled / optimized / DLL files
|
|
|
|
__pycache__/
|
|
|
|
*.py[cod]
|
2015-09-29 23:01:15 +08:00
|
|
|
*.dll
|
|
|
|
*.iso
|
|
|
|
*.msi
|
|
|
|
*.exe
|
2016-06-14 19:40:28 +08:00
|
|
|
*.bin
|
2015-08-30 15:22:51 +08: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
|
|
|
|
|
|
|
|
# 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
|
|
|
|
|
|
|
|
# Django stuff:
|
|
|
|
*.log
|
|
|
|
|
|
|
|
# Sphinx documentation
|
2022-05-26 23:20:15 +08:00
|
|
|
/monkey/monkey_island/docs/source/_autosummary
|
2015-08-30 15:22:51 +08:00
|
|
|
|
|
|
|
# PyBuilder
|
|
|
|
target/
|
2016-08-25 19:44:04 +08:00
|
|
|
bin
|
2018-05-23 21:09:35 +08:00
|
|
|
/monkey/monkey_island/db
|
|
|
|
/monkey/monkey_island/cc/server.key
|
|
|
|
/monkey/monkey_island/cc/server.crt
|
|
|
|
/monkey/monkey_island/cc/server.csr
|
|
|
|
/monkey/monkey_island/cc/ui/node_modules/
|
2018-12-19 01:35:14 +08:00
|
|
|
|
2019-02-20 03:22:41 +08:00
|
|
|
# User files
|
|
|
|
/monkey/monkey_island/cc/userUploads
|
2019-04-11 18:59:05 +08:00
|
|
|
|
2018-12-19 01:35:14 +08:00
|
|
|
# MonkeyZoo
|
|
|
|
# Network status files
|
|
|
|
MonkeyZoo/*
|
|
|
|
# Except
|
|
|
|
!MonkeyZoo/main.tf
|
|
|
|
!MonkeyZoo/variables.tf
|
|
|
|
!MonkeyZoo/README.MD
|
|
|
|
!MonkeyZoo/config.tf
|
|
|
|
!MonkeyZoo/MonkeyZooDocs.pdf
|
2021-04-08 08:47:14 +08:00
|
|
|
monkey/logs
|
2019-04-11 18:59:05 +08:00
|
|
|
|
2020-04-24 00:44:24 +08:00
|
|
|
# Exported monkey telemetries
|
2021-07-30 21:54:15 +08:00
|
|
|
/envs/monkey_zoo/blackbox/tests/performance/telemetry_sample/
|
2020-04-24 00:44:24 +08:00
|
|
|
|
2020-05-12 17:43:41 +08:00
|
|
|
# Profiling logs
|
2020-05-12 22:08:26 +08:00
|
|
|
profiler_logs/
|
2020-05-12 17:43:41 +08:00
|
|
|
|
2019-04-24 19:16:38 +08:00
|
|
|
# vim swap files
|
|
|
|
*.swp
|
2020-06-16 15:45:26 +08:00
|
|
|
|
2020-08-14 20:43:06 +08:00
|
|
|
# Server config might contain credentials
|
2020-06-16 15:45:26 +08:00
|
|
|
/monkey/monkey_island/cc/server_config.json
|
2020-07-08 20:56:48 +08:00
|
|
|
|
|
|
|
# Virtualenv
|
|
|
|
venv/
|
2021-11-11 21:30:39 +08:00
|
|
|
|
|
|
|
# Hugo
|
|
|
|
.hugo_build.lock
|
2022-04-25 22:21:44 +08:00
|
|
|
|
|
|
|
# mypy
|
|
|
|
.mypy_cache
|