initial-commit-fix-CI #1

Merged
brian merged 14 commits from initial-commit-fix-CI into main 2025-08-28 21:48:15 +02:00
2 changed files with 14 additions and 0 deletions
Showing only changes of commit 97f48122cc - Show all commits
+9
View File
@@ -7,6 +7,15 @@ __pycache__/
# C extensions
*.so
# Node.js/npm
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.npm
.yarn-integrity
package-lock.json
# Distribution / packaging
.Python
build/
+5
View File
@@ -0,0 +1,5 @@
{
"devDependencies": {
"prettier": "3.6.2"
}
}