Initial Lucidia (Mac-native) loop

This commit is contained in:
Alexa Amundson
2025-08-19 02:59:19 -05:00
parent e7b8849e39
commit 076f843bcf
4 changed files with 68 additions and 0 deletions

30
.gitignore vendored Normal file
View File

@@ -0,0 +1,30 @@
# macOS noise
.DS_Store
.AppleDouble
.Spotlight-V100
.Trashes
**/Library/**
**/.Trash/**
**/Caches/**
**/.cache/**
# Python
__pycache__/
*.py[cod]
*.log
.env
.venv
venv/
env/
# if your venv is outside the project (~/lucidia-env), it's fine; it won't be picked up.
# Node
node_modules/
# Editors
.vscode/
.idea/
# Build artifacts
dist/
build/