This commit is contained in:
Tour
2025-12-10 12:08:26 +01:00
parent 99962251a6
commit cb277c611d
8 changed files with 27 additions and 2298 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__