Skip to content

Commit ce4895f

Browse files
committed
chore: update .difyignore with additional patterns
Add patterns for Python linting, GitHub Actions, screenshots, test output, Python packaging, and env example files to exclude them from version control.
1 parent 4e367b8 commit ce4895f

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.difyignore

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,3 +186,22 @@ dev/*.sh
186186

187187
# ClawHub skill folder
188188
clawhub-skill/
189+
190+
# Python linting
191+
.ruff_cache
192+
.ruff.toml
193+
194+
# Github Actions
195+
.github/
196+
197+
# screenshots images
198+
_assets/screenshots/
199+
200+
# test output
201+
test_output/
202+
203+
# Python packaing
204+
MANIFEST.in
205+
206+
# env example
207+
.env.example

0 commit comments

Comments
 (0)