mirror of
https://github.com/blackboxprogramming/lucidia.git
synced 2026-03-17 01:57:10 -05:00
50 lines
497 B
Plaintext
50 lines
497 B
Plaintext
# 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/
|
|
models/
|
|
data/
|
|
assets/videos/
|
|
assets/hires/
|
|
node_modules/
|
|
.venv/
|
|
dist/
|
|
build/
|
|
*.mp4
|
|
*.mov
|
|
*.zip
|
|
*.tar
|
|
*.7z
|
|
*.npz
|
|
*.pt
|
|
*.bin
|
|
*.onnx
|
|
*.safetensors
|
|
*.gguf
|