Skip to content

Commit 333f02e

Browse files
committed
adds .gitignore file
1 parent 5cc81b0 commit 333f02e

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed

.gitignore

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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
Binary file not shown.

0 commit comments

Comments
 (0)