scapy/.gitignore

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

19 lines
189 B
Plaintext
Raw Normal View History

*.pyc
2016-08-03 09:07:29 +00:00
*.pyo
dist/
build/
MANIFEST
*.egg-info/
2017-01-08 11:52:30 +00:00
test/*.html
2021-02-21 18:17:13 +00:00
.coverage*
coverage.xml
2018-04-03 21:41:06 +00:00
.tox
.ipynb_checkpoints
2019-10-12 11:46:12 +00:00
.mypy_cache
.vscode
.DS_Store
[.]venv/
__pycache__/
2017-01-08 11:52:30 +00:00
doc/scapy/_build
doc/scapy/api