diff --git a/.gitignore b/.gitignore index 0a3bad0..8804e74 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,9 @@ .DS_Store Thumbs.db +# Test Server certificate and keys +*.pem + *.py[cod] *$py.class @@ -13,4 +16,4 @@ venv/ .idea # VS Code -.vscode \ No newline at end of file +.vscode