mirror of https://github.com/kbandla/dpkt.git
31 lines
315 B
Plaintext
31 lines
315 B
Plaintext
# Compiled/intermediate Python files
|
|
*.py[cod]
|
|
|
|
# C extensions
|
|
*.so
|
|
|
|
# Packages
|
|
*.egg
|
|
*.egg-info
|
|
dist
|
|
build
|
|
sdist
|
|
__pycache__
|
|
|
|
# Installer logs
|
|
pip-log.txt
|
|
|
|
# Unit test / coverage reports
|
|
.coverage
|
|
.tox
|
|
.cache
|
|
|
|
# iPython temp files
|
|
.ipynb_checkpoints
|
|
|
|
# Mac DS files
|
|
.DS_Store
|
|
|
|
# ReadTheDocs build directory
|
|
_build
|