reptile_feeder/.gitignore
sam rolfe 1a96ce7fd3 Initial project for reptile feeder
Open multiple boxes to release crickets using 16 channel controller from
ESP
2025-10-10 12:39:01 +11:00

21 lines
140 B
Plaintext

# PlatformIO
.pio
.vscode
# Build artifacts
*.o
*.a
*.so
*.elf
*.bin
*.hex
*.map
*.d
# Other
*.pyc
*.pyo
__pycache__/
.DS_Store
Thumbs.db