Skip to content

Commit 2225f04

Browse files
committed
Ignore Python __pycache__/*.pyc artifacts from .skills scripts
1 parent 69b45d5 commit 2225f04

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,7 @@ nb-configuration.xml
2121
tika-pipes/tika-pipes-plugins/tika-pipes-ignite/ignite
2222
tika-grpc/ignite
2323
.flattened-pom.xml
24+
25+
# Python bytecode (e.g. from .skills scripts)
26+
__pycache__/
27+
*.pyc

0 commit comments

Comments
 (0)