mirror of
https://github.com/blackboxprogramming/lucidia.git
synced 2026-03-17 05:57:21 -05:00
Initial Lucidia (Mac-native) loop
This commit is contained in:
30
.gitignore
vendored
Normal file
30
.gitignore
vendored
Normal 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/
|
||||
Reference in New Issue
Block a user