This commit is contained in:
2026-02-21 08:05:33 -05:00
parent bba007f1dc
commit 9531953b48
114 changed files with 872 additions and 0 deletions

13
.gitignore vendored Normal file
View File

@@ -0,0 +1,13 @@
# top level
.vscode
.DS_Store
.git
# shared backend and frontend
*/.DS_Store
*/node_modules
*/package-lock.json
*/.env
# backend
backend/data/anki/decks/*