Skip to content

Commit

Permalink
Merge branch 'main' into DUPLO-25704
Browse files Browse the repository at this point in the history
  • Loading branch information
kferrone authored Oct 25, 2024
2 parents 2ad8a40 + 95a60d5 commit aedc873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/clean.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ rm -rf \
dist build actions-runner \
.coverage .pytest_cache .tmp \
*.egg-info src/*.egg-info **/__pycache__ \
.direnv
.direnv .ruff_cache requirements.txt

find . | grep -E "(/__pycache__$|\.pyc$|\.pyo$)" | xargs rm -rf

0 comments on commit aedc873

Please sign in to comment.