Version initiale

This commit is contained in:
Pierre Marx
2025-09-04 11:43:50 -04:00
commit 7e34c471de
10 changed files with 2342 additions and 0 deletions

43
.gitignore vendored Normal file
View File

@@ -0,0 +1,43 @@
# Dependencies
node_modules/
package-lock.json
yarn.lock
# Build output
dist/
build/
out/
# Electron
.electron/
# Notes and call history
notes/
call_history.json
# OS files
.DS_Store
Thumbs.db
desktop.ini
# IDE
.vscode/
.idea/
*.sublime-project
*.sublime-workspace
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Environment variables
.env
.env.local
.env.*.local
# Temporary files
*.tmp
*.temp
*~