fix-tests-cleanup

This commit is contained in:
Tour
2025-12-08 08:36:15 +01:00
parent 5440ed0ace
commit 553a61559c
3 changed files with 26 additions and 4 deletions

12
.aiignore Normal file
View File

@@ -0,0 +1,12 @@
# An .aiignore file follows the same syntax as a .gitignore file.
# .gitignore documentation: https://git-scm.com/docs/gitignore
# you can ignore files
.DS_Store
*.log
*.tmp
# or folders
dist/
build/
out/