initial project structure with empty files

This commit is contained in:
2025-07-21 09:59:28 -06:00
commit 27064417dd
20 changed files with 8 additions and 0 deletions

3
.gitignore vendored Normal file
View File

@@ -0,0 +1,3 @@
.vscode/
__pycache__/
*.pyc

0
Makefile Normal file
View File

0
README.md Normal file
View File

0
conftest.py Normal file
View File

0
docs/architecture.rst Normal file
View File

0
docs/conf.py Normal file
View File

0
docs/getting_started.rst Normal file
View File

0
docs/index.rst Normal file
View File

0
docs/usage_examples.rst Normal file
View File

0
pytest.ini Normal file
View File

5
requirements.txt Normal file
View File

@@ -0,0 +1,5 @@
pytest
tomli
sphinx
#pyvisa
#pyserial

0
src/config/settings.toml Normal file
View File

View File

0
src/instruments/eload.py Normal file
View File

View File

0
src/interfaces/dummy.py Normal file
View File

0
src/interfaces/scpi.py Normal file
View File

0
src/interfaces/serial.py Normal file
View File

0
src/utils/csv_writer.py Normal file
View File

0
src/utils/logger.py Normal file
View File