move files again

This commit is contained in:
Evgeny Zinoviev 2023-06-10 23:20:37 +03:00
parent b0bf43e6a2
commit a6d8ba9305
176 changed files with 66 additions and 144 deletions

12
.gitignore vendored
View File

@ -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

View File

@ -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)

View File

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