commit ecd64df6b190a7eaafa3e54b1565e11a01b771ab Author: admin Date: Fri Dec 26 23:32:09 2025 +0000 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7832407 --- /dev/null +++ b/.gitignore @@ -0,0 +1,32 @@ +# ---> Backup +*.bak +*.gho +*.ori +*.orig +*.tmp + +# ---> MicrosoftOffice +*.tmp + +# Word temporary +~$*.doc* + +# Word Auto Backup File +Backup of *.doc* + +# Excel temporary +~$*.xls* + +# Excel Backup File +*.xlk + +# PowerPoint temporary +~$*.ppt* + +# Visio autosave temporary files +*.~vsd* + +# ---> LibreOffice +# LibreOffice locks +.~lock.*# + diff --git a/README.md b/README.md new file mode 100644 index 0000000..6910eed --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# education + +Group all academic tracking here. Use folders to separate by child and level. \ No newline at end of file