Update .gitignore to ignore Python cache files and other intermediate files. Signed-off-by: Jiaxun Yang <jiaxun.yang@xxxxxxxxxxx> --- .gitignore | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a59d40833aa0..496247bfdbd1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,9 @@ -key.priv.pem -dbparse.pyc +__pycache__/ +*.py[cod] +*$py.class + +.custom +!wens.key.pub.pem +!wens.x509.pem +*.pem +*.patch -- 2.46.0