linux observer

Add .gitignore and remove cached bytecode

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

+6
+6
.gitignore
··· 1 + __pycache__/ 2 + *.pyc 3 + *.egg-info/ 4 + dist/ 5 + build/ 6 + .pytest_cache/
src/solstone_linux/__pycache__/__init__.cpython-313.pyc

This is a binary file and will not be displayed.

src/solstone_linux/__pycache__/config.cpython-313.pyc

This is a binary file and will not be displayed.

src/solstone_linux/__pycache__/monitor_positions.cpython-313.pyc

This is a binary file and will not be displayed.

src/solstone_linux/__pycache__/recovery.cpython-313.pyc

This is a binary file and will not be displayed.

src/solstone_linux/__pycache__/session_env.cpython-313.pyc

This is a binary file and will not be displayed.

src/solstone_linux/__pycache__/streams.cpython-313.pyc

This is a binary file and will not be displayed.

src/solstone_linux/__pycache__/sync.cpython-313.pyc

This is a binary file and will not be displayed.

src/solstone_linux/__pycache__/upload.cpython-313.pyc

This is a binary file and will not be displayed.

tests/__pycache__/__init__.cpython-313.pyc

This is a binary file and will not be displayed.

tests/__pycache__/test_config.cpython-313-pytest-9.0.2.pyc

This is a binary file and will not be displayed.

tests/__pycache__/test_monitor_positions.cpython-313-pytest-9.0.2.pyc

This is a binary file and will not be displayed.

tests/__pycache__/test_observer.cpython-313-pytest-9.0.2.pyc

This is a binary file and will not be displayed.

tests/__pycache__/test_session_env.cpython-313-pytest-9.0.2.pyc

This is a binary file and will not be displayed.

tests/__pycache__/test_streams.cpython-313-pytest-9.0.2.pyc

This is a binary file and will not be displayed.

tests/__pycache__/test_sync.cpython-313-pytest-9.0.2.pyc

This is a binary file and will not be displayed.