Skip to content

Commit 73363b6

Browse files
committed
updated gitignore
1 parent 88f298a commit 73363b6

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.gitignore

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,10 @@ pymodbus.egg-info/
1313
doc/api/epydoc/html/
1414
.vscode/
1515

16-
16+
__pycache__/
17+
pymodbus/__pycache__/
18+
pymodbus/client/__pycache__/
19+
pymodbus/datastore/__pycache__/
20+
pymodbus/internal/__pycache__/
21+
pymodbus/server/__pycache__/
22+
test/__pycache__/

0 commit comments

Comments
 (0)