Initialize folder structure with .gitkeep files and add .gitignore in root.

This commit is contained in:
Joseph Goydish II
2025-12-18 23:28:57 -05:00
parent 76142c53bd
commit 0b4f7b8e89
6 changed files with 26 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
# General
*.log
*.tmp
*.swp
.DS_Store
Thumbs.db
# Python
__pycache__/
*.pyc
.env*
# Binaries
*.bin
*.elf
*.hex
# Reports
reports/*.pdf
reports/*.html
# Scripts
scripts/*.sh
scripts/*.bat
scripts/*.pyc
# Firmware Dumps
firmware_dumps/*.bin
firmware_dumps/*.img
traces/*.dat
traces/*.log
View File
View File
View File
View File
View File