Skip to content

Commit ea9d516

Browse files
authored
gitignore
gitignore
2 parents 0f3c7e1 + 11ed021 commit ea9d516

15 files changed

+22
-0
lines changed

.gitignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
.venv
2+
3+
__pycache__/
4+
*.pyc
5+
*.pyo
6+
7+
build/
8+
dist/
9+
*.spec
10+
11+
arduino.json

desktop_app/.gitignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
.venv
2+
3+
__pycache__/
4+
*.pyc
5+
*.pyo
6+
7+
build/
8+
dist/
9+
*.spec
10+
11+
arduino.json
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
-4.97 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)