-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
40 lines (32 loc) · 815 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# various IDE and project directories
.pio
.vscode
# esp-cam main project, ignore working directories
software/esp32/master/.devcontainer
software/esp32/master/build
# sensitive information
software/esp32/master/main/secret.h
# ESP32-C3 supermini
software/esp32/worker
# sixpair binary utility
software/controller/ps3/sixpair
# python venv for testing software/controller/cli
software/controller/cli/cli.env
# esp OTA python sample server for uploading the firmware
software/esp32/ota_server/*/
software/esp32/ota_server/*.*
software/esp32/ota_server/lib64
!software/esp32/ota_server/README.md
# Temporary files, tests, download directories
**/tmp*
downloads
# generic python crapware
**/__pycache__
# CAD projects
**/*.FCStd*
**/*.FCBak
**/*.iges
# kicad schematics
*.kicad*
beholder-backups
fp-info-cache