Stage one of the project, done

This commit is contained in:
2025-09-29 22:40:17 -04:00
parent a3f14b18dc
commit c719c5873f
11 changed files with 529 additions and 0 deletions

29
.gitignore vendored
View File

@@ -214,3 +214,32 @@ __marimo__/
# Streamlit
.streamlit/secrets.toml
# Lyra Project Specific
# Data files
data/raw/
data/processed/
data/discord/
# Model files
models/checkpoints/
models/active/
*.pt
*.pth
*.safetensors
*.bin
*.ckpt
# Database
*.db
*.db-journal
*.db-wal
*.db-shm
# Logs
logs/
wandb/
tensorboard/
# Discord bot token
.env