Add least action example and output ignore rules

This commit is contained in:
2026-06-03 14:44:04 +08:00
parent 4b06b7fdd0
commit af6c816dcf
5 changed files with 280 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
# Python cache and bytecode
__pycache__/
*.py[cod]
# Generated example outputs
examples/**/output/*
!examples/**/output/.gitkeep