aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 4 insertions, 1 deletions
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