This commit is contained in:
mike
2025-12-15 22:42:52 +01:00
parent 0c2e39749f
commit e135fe4822
8 changed files with 122 additions and 28 deletions

25
.aiignore Normal file
View File

@@ -0,0 +1,25 @@
# 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/
# An .aiignore file follows the same syntax as a .gitignore file.
# .gitignore documentation: https://git-scm.com/docs/gitignore
# you can ignore files
# or folders
.idea
node_modules/
.vscode/
.git
.github
scripts
.pytest_cache/
__pycache__