move files again
This commit is contained in:
parent
b0bf43e6a2
commit
a6d8ba9305
12
.gitignore
vendored
12
.gitignore
vendored
@ -6,19 +6,19 @@
|
||||
config.def.h
|
||||
__pycache__
|
||||
.DS_Store
|
||||
/py_include/test/test_inverter_monitor.log
|
||||
/include/test/test_inverter_monitor.log
|
||||
/youtrack-certificate
|
||||
/cpp
|
||||
/py_include/test.py
|
||||
/include/test.py
|
||||
/bin/test.py
|
||||
/esp32-cam/CameraWebServer/wifi_password.h
|
||||
/arduino/esp32-cam/CameraWebServer/wifi_password.h
|
||||
cmake-build-*
|
||||
.pio
|
||||
platformio.ini
|
||||
CMakeListsPrivate.txt
|
||||
/platformio/*/CMakeLists.txt
|
||||
/platformio/*/CMakeListsPrivate.txt
|
||||
/platformio/*/.gitignore
|
||||
/pio/*/CMakeLists.txt
|
||||
/pio/*/CMakeListsPrivate.txt
|
||||
/pio/*/.gitignore
|
||||
*.swp
|
||||
|
||||
/localwebsite/vendor
|
||||
|
@ -1,7 +1,7 @@
|
||||
import sys
|
||||
import os.path
|
||||
|
||||
for _name in ('py_include',):
|
||||
for _name in ('include/py',):
|
||||
sys.path.extend([
|
||||
os.path.realpath(
|
||||
os.path.join(os.path.dirname(os.path.join(__file__)), '..', _name)
|
||||
|
Before Width: | Height: | Size: 7.7 KiB After Width: | Height: | Size: 7.7 KiB |
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user