diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ac40575 --- /dev/null +++ b/.gitignore @@ -0,0 +1,27 @@ +# Python +__pycache__/ +*.py[cod] +*$py.class +*.egg-info/ +dist/ +build/ +*.egg + +# IDE +.idea/ +.vscode/ +*.swp +*.swo + +# Environment +.env +.venv/ +venv/ + +# OS +.DS_Store +Thumbs.db + +# Test artifacts +*.log +.pytest_cache/ diff --git a/__pycache__/__init__.cpython-313.pyc b/__pycache__/__init__.cpython-313.pyc deleted file mode 100644 index 171ce91..0000000 Binary files a/__pycache__/__init__.cpython-313.pyc and /dev/null differ diff --git a/__pycache__/__main__.cpython-313.pyc b/__pycache__/__main__.cpython-313.pyc deleted file mode 100644 index 3fca946..0000000 Binary files a/__pycache__/__main__.cpython-313.pyc and /dev/null differ diff --git a/__pycache__/server.cpython-313.pyc b/__pycache__/server.cpython-313.pyc deleted file mode 100644 index 3de0139..0000000 Binary files a/__pycache__/server.cpython-313.pyc and /dev/null differ diff --git a/__pycache__/vivado_session.cpython-313.pyc b/__pycache__/vivado_session.cpython-313.pyc deleted file mode 100644 index 5a7c713..0000000 Binary files a/__pycache__/vivado_session.cpython-313.pyc and /dev/null differ