2015-04-26 01:29:22 +08:00
|
|
|
# Byte-compiled / optimized / DLL files
|
|
|
|
__pycache__/
|
|
|
|
*.py[cod]
|
|
|
|
|
|
|
|
# C extensions
|
|
|
|
*.so
|
2022-08-25 22:57:16 +08:00
|
|
|
!tests/**/binaries/glibcs/**/*.so
|
2015-04-26 01:29:22 +08:00
|
|
|
|
|
|
|
# Distribution / packaging
|
|
|
|
.Python
|
|
|
|
env/
|
|
|
|
build/
|
|
|
|
develop-eggs/
|
|
|
|
dist/
|
|
|
|
downloads/
|
|
|
|
eggs/
|
|
|
|
.eggs/
|
|
|
|
lib/
|
|
|
|
lib64/
|
|
|
|
parts/
|
|
|
|
sdist/
|
|
|
|
var/
|
|
|
|
*.egg-info/
|
|
|
|
.installed.cfg
|
|
|
|
*.egg
|
|
|
|
|
2022-09-05 19:23:20 +08:00
|
|
|
!/pwndbg/lib/
|
|
|
|
|
2015-04-26 01:29:22 +08:00
|
|
|
# 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
|
|
|
|
|
|
|
|
# Installer logs
|
|
|
|
pip-log.txt
|
|
|
|
pip-delete-this-directory.txt
|
|
|
|
|
|
|
|
# Unit test / coverage reports
|
|
|
|
htmlcov/
|
|
|
|
.tox/
|
2022-10-19 04:45:43 +08:00
|
|
|
.cov/
|
2015-04-26 01:29:22 +08:00
|
|
|
.coverage
|
|
|
|
.coverage.*
|
|
|
|
.cache
|
|
|
|
nosetests.xml
|
|
|
|
coverage.xml
|
|
|
|
*,cover
|
|
|
|
|
|
|
|
# Translations
|
|
|
|
*.mo
|
|
|
|
*.pot
|
|
|
|
|
|
|
|
# Django stuff:
|
|
|
|
*.log
|
|
|
|
|
|
|
|
# Sphinx documentation
|
|
|
|
docs/_build/
|
|
|
|
|
2024-01-11 02:13:51 +08:00
|
|
|
# mkdocs
|
|
|
|
site/
|
|
|
|
|
2015-04-26 01:29:22 +08:00
|
|
|
# PyBuilder
|
|
|
|
target/
|
|
|
|
|
|
|
|
npm-debug.log
|
|
|
|
.gdb_history
|
2016-12-15 06:48:55 +08:00
|
|
|
|
|
|
|
# PyCharm project files
|
2018-07-09 01:03:03 +08:00
|
|
|
.idea/
|
2020-12-31 11:35:52 +08:00
|
|
|
venv/
|
2018-07-09 01:03:03 +08:00
|
|
|
|
|
|
|
# PyTest files
|
|
|
|
.pytest_cache/
|
2022-08-25 22:57:16 +08:00
|
|
|
tests/**/binaries/*.o
|
|
|
|
tests/**/binaries/*.out
|
|
|
|
tests/**/binaries/gosample.x*
|
|
|
|
tests/**/binaries/div_zero_binary/core
|
|
|
|
tests/**/binaries/div_zero_binary/binary
|
2022-10-18 23:08:41 +08:00
|
|
|
!tests/**/binaries/*.go
|
2021-07-31 04:12:36 +08:00
|
|
|
|
2023-01-19 10:33:50 +08:00
|
|
|
# QEMU test images
|
|
|
|
tests/qemu-tests/images
|
2023-01-18 12:47:30 +08:00
|
|
|
|
2021-07-31 04:12:36 +08:00
|
|
|
# VS Code files
|
|
|
|
.vscode/
|
2022-08-24 03:43:17 +08:00
|
|
|
|
|
|
|
.zig/
|
2023-03-09 09:32:34 +08:00
|
|
|
gdb.txt
|
2023-07-13 17:27:40 +08:00
|
|
|
|
|
|
|
# venv
|
2023-08-06 23:08:01 +08:00
|
|
|
.venv/
|
|
|
|
|
2024-06-25 07:42:34 +08:00
|
|
|
# Nix build and dev shell
|
|
|
|
result*
|
|
|
|
.direnv/
|
2024-06-05 23:12:42 +08:00
|
|
|
|
|
|
|
# Vim
|
|
|
|
*.swp
|