Stage one of the project, done
This commit is contained in:
29
.gitignore
vendored
29
.gitignore
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user