Jelajahi Sumber

chore: add .gitignore, remove __pycache__

杨一林 1 bulan lalu
induk
melakukan
bcf9eba7a5
5 mengubah file dengan 4 tambahan dan 0 penghapusan
  1. 4 0
      .gitignore
  2. TEMPAT SAMPAH
      __pycache__/agent.cpython-311.pyc
  3. TEMPAT SAMPAH
      __pycache__/config.cpython-311.pyc
  4. TEMPAT SAMPAH
      __pycache__/orchestrator.cpython-311.pyc
  5. TEMPAT SAMPAH
      __pycache__/tools.cpython-311.pyc

+ 4 - 0
.gitignore

@@ -0,0 +1,4 @@
+__pycache__/
+*.pyc
+.venv/
+*.egg-info/

TEMPAT SAMPAH
__pycache__/agent.cpython-311.pyc


TEMPAT SAMPAH
__pycache__/config.cpython-311.pyc


TEMPAT SAMPAH
__pycache__/orchestrator.cpython-311.pyc


TEMPAT SAMPAH
__pycache__/tools.cpython-311.pyc