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 5cc81b0 commit 333f02eCopy full SHA for 333f02e
.gitignore
@@ -0,0 +1,31 @@
1
+# .gitignore file for picosdk-python-examples repository
2
+# Untracked files/folders to ignore.
3
+
4
+# python bytecode cache files
5
+**/*.pyc
6
7
+# Microsoft Windows platforms
8
9
+**/*.dll
10
11
+# Linux platforms
12
13
+**/*.so
14
15
+# macOS platforms
16
17
+**/*.dylib
18
19
+# pycharm files
20
+.idea/
21
22
+# SDK download warning file
23
+.sdkwarning
24
25
+# build folder
26
+build/
27
28
+# folders
29
+* {{.vs}}
30
+* Release
31
+* Debug
.vs/PicoVNAExamples/v15/.suo
3 KB
0 commit comments