commit bc3284ad6934737f7bc90880bfd53881e8db30fa Author: AlexAI Date: Tue Feb 24 09:45:53 2026 -0600 Initial commit - add .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ba2abff --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +# Obsidian +.obsidian/workspace.json +.obsidian/workspaces.json +.obsidian/cache +.obsidian/plugins/obsidian-git/data.json + +# OS files +.DS_Store +Thumbs.db + +# Temp files +*.tmp +*.swp