monkey/.gitignore

110 lines
1.5 KiB
Plaintext
Raw Normal View History

2015-11-30 22:03:31 +08:00
# Intellij
.idea/
.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
/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
/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/
2019-02-20 03:22:41 +08:00
# User files
/monkey/monkey_island/cc/userUploads
2019-04-11 18:59:05 +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
/envs/monkey_zoo/blackbox/tests/performance/telemetry_sample/
2020-04-24 00:44:24 +08:00
# Profiling logs
profiler_logs/
# vim swap files
*.swp
2020-06-16 15:45:26 +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/
# Hugo
.hugo_build.lock
# mypy
.mypy_cache
2022-08-30 00:32:15 +08:00
# MacOS
.DS_Store