mirror of https://github.com/n1nj4sec/pupy.git
Do not remove *.pyc and *.pyo from docker image
This commit is contained in:
parent
6a0a10bdaf
commit
23b8ad4ded
|
@ -1,12 +1,13 @@
|
|||
Dockerfile
|
||||
.dockerignore
|
||||
*.git
|
||||
*.gitignore
|
||||
*.pyc
|
||||
*.pyo
|
||||
crypto
|
||||
**/.git
|
||||
**/.gitignore
|
||||
**/*.exp
|
||||
**/*.lib
|
||||
crypto/credentials.py
|
||||
data
|
||||
external/winpty
|
||||
external/scapy
|
||||
*/__pycache__*
|
||||
packages/src/*
|
||||
**/__pycache__*
|
||||
**/test?
|
||||
packages/src
|
||||
|
|
Loading…
Reference in New Issue