38 lines
333 B
Plaintext
38 lines
333 B
Plaintext
# Local reference material
|
|
/00_reference/
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
.venv/
|
|
venv/
|
|
|
|
# Build outputs
|
|
build/
|
|
install/
|
|
devel/
|
|
log/
|
|
*.o
|
|
*.so
|
|
*.a
|
|
*.elf
|
|
*.hex
|
|
*.bin
|
|
*.axf
|
|
|
|
# Training outputs
|
|
logs/
|
|
checkpoints/
|
|
wandb/
|
|
|
|
# IDE and operating system files
|
|
.idea/
|
|
.vscode/
|
|
.trae/
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Temporary and backup files
|
|
*.Bak
|
|
~$*
|