cyberdeck/.gitignore
BarnacleBoy 8b41038be7 Initial commit: cyberdeck project planning docs
- Salvage analysis of K501U components
- Orange Pi 5 SBC selection rationale
- Storage architecture (SD card + USB)
- USB hub expansion plan
- Parts list and cost estimates
2026-05-08 22:48:30 +00:00

43 lines
No EOL
376 B
Text

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Editor directories and files
.idea/
.vscode/
*.swp
*.swo
*~
# OS files
.DS_Store
Thumbs.db
# Temporary files
*.tmp
*.temp
*.log
# Backup files
*.bak
*.backup
# Images (large files)
*.jpg
*.jpeg
*.png
*.gif
*.bmp
*.svg
# Archives
*.zip
*.tar.gz
*.rar
# Sensitive files
secrets/
*.key
*.pem
.env