Initial project for reptile feeder
Open multiple boxes to release crickets using 16 channel controller from ESP
This commit is contained in:
20
.gitignore
vendored
Normal file
20
.gitignore
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
# PlatformIO
|
||||
.pio
|
||||
.vscode
|
||||
|
||||
# Build artifacts
|
||||
*.o
|
||||
*.a
|
||||
*.so
|
||||
*.elf
|
||||
*.bin
|
||||
*.hex
|
||||
*.map
|
||||
*.d
|
||||
|
||||
# Other
|
||||
*.pyc
|
||||
*.pyo
|
||||
__pycache__/
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
Reference in New Issue
Block a user