diff options
-rw-r--r-- | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |