From 9c6cb97a447925411a6e346b98ba59b007615997 Mon Sep 17 00:00:00 2001 From: Arturs Artamonovs Date: Tue, 18 Jul 2023 21:54:29 +0100 Subject: Initial commit. All loads ok --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8e9ed05 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +airspy/__pycache__/ +.idea \ No newline at end of file -- cgit v1.2.3