We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2b739f commit bd5505cCopy full SHA for bd5505c
.gitignore
@@ -35,6 +35,8 @@ __pycache__
35
test_keyrings/
36
# Ignore results of performance test
37
performance_tests/results/*
38
+# To track the results folder, keep the __init__.py file
39
+!performance_tests/results/__init__.py
40
# Ignore the memory profile logs
41
mprofile_*
42
performance_tests/results/__init__.py
@@ -0,0 +1,3 @@
1
+# Copyright Amazon.com Inc. or its affiliates. All Rights Reserved.
2
+# SPDX-License-Identifier: Apache-2.0
3
+"""Stub module indicator to make linter configuration simpler."""
0 commit comments