Initial-Commit

This commit is contained in:
Tour
2025-12-09 12:32:30 +01:00
commit b1a13e9747
68 changed files with 14784 additions and 0 deletions

18
.aiignore Normal file
View File

@@ -0,0 +1,18 @@
# 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/
.idea
node_modules/
.vscode/
.git
.github
scripts