Skip to content

Commit b908caa

Browse files
authored
Add Python and build artifacts to .gitignore
1 parent b370c57 commit b908caa

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.gitignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
__pycache__/
2+
*.pyc
3+
.env
4+
.venv/
5+
dist/
6+
build/
7+
*.egg-info/
8+
.figures_cache/
9+
figures/*.png
10+
figures/*.wav

0 commit comments

Comments
 (0)