This is an automated email from the ASF dual-hosted git repository.
jackietien pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb-extras.git
The following commit(s) were added to refs/heads/master by this push:
new e00a4cf delete __pycahce__
e00a4cf is described below
commit e00a4cf49871180fd8222ed60999970e6997b61e
Author: JackieTien97 <[email protected]>
AuthorDate: Wed Apr 2 14:56:14 2025 +0800
delete __pycahce__
---
iotdb-mcp-server/.gitignore | 23 +++++++++++++++++++++
.../__pycache__/__init__.cpython-312.pyc | Bin 731 -> 0 bytes
.../__pycache__/config.cpython-312.pyc | Bin 2343 -> 0 bytes
.../__pycache__/server.cpython-312.pyc | Bin 5167 -> 0 bytes
4 files changed, 23 insertions(+)
diff --git a/iotdb-mcp-server/.gitignore b/iotdb-mcp-server/.gitignore
new file mode 100644
index 0000000..0faf8ff
--- /dev/null
+++ b/iotdb-mcp-server/.gitignore
@@ -0,0 +1,23 @@
+# Python-generated files
+# __pycache__/
+*.py[oc]
+build/
+dist/
+wheels/
+*.egg-info
+
+# Virtual environments
+.venv
+Lib/
+Scripts/
+
+# Development environment
+.python-version
+uv.lock
+
+# IDE settings (optional)
+.vscode/
+.idea/
+
+# Distribution directories
+*.dist-info/
diff --git
a/iotdb-mcp-server/src/iotdb_mcp_server/__pycache__/__init__.cpython-312.pyc
b/iotdb-mcp-server/src/iotdb_mcp_server/__pycache__/__init__.cpython-312.pyc
deleted file mode 100644
index ce37798..0000000
Binary files
a/iotdb-mcp-server/src/iotdb_mcp_server/__pycache__/__init__.cpython-312.pyc
and /dev/null differ
diff --git
a/iotdb-mcp-server/src/iotdb_mcp_server/__pycache__/config.cpython-312.pyc
b/iotdb-mcp-server/src/iotdb_mcp_server/__pycache__/config.cpython-312.pyc
deleted file mode 100644
index 3fb817f..0000000
Binary files
a/iotdb-mcp-server/src/iotdb_mcp_server/__pycache__/config.cpython-312.pyc and
/dev/null differ
diff --git
a/iotdb-mcp-server/src/iotdb_mcp_server/__pycache__/server.cpython-312.pyc
b/iotdb-mcp-server/src/iotdb_mcp_server/__pycache__/server.cpython-312.pyc
deleted file mode 100644
index 9cd544e..0000000
Binary files
a/iotdb-mcp-server/src/iotdb_mcp_server/__pycache__/server.cpython-312.pyc and
/dev/null differ