Skip to content

Commit 70d19b8

Browse files
authored
create .gitignore
0 parents  commit 70d19b8

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.gitignore/.gitignore

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# SPDX-FileCopyrightText: 2017 Scott Shawcroft, written for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: Unlicense
4+
5+
*.mpy
6+
.idea
7+
__pycache__
8+
_build
9+
*.pyc
10+
.env
11+
.python-version
12+
build*/
13+
bundles
14+
*.DS_Store
15+
.eggs
16+
dist
17+
**/*.egg-info
18+
.vscode

0 commit comments

Comments
 (0)