Skip to content

Commit 4c1a643

Browse files
committed
add pycache and test script to gitignore
1 parent 7dfcbb7 commit 4c1a643

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
*.egg-info
22
*.egg
33
dist/*
4-
build/*
4+
build/*
5+
test.py
6+
discord_self_embed/utils/__pycache__/*
7+
*/__pycache__/*

0 commit comments

Comments
 (0)