chore: add .gitignore and remove committed __pycache__ files

This commit is contained in:
openclaw 2026-03-23 15:44:37 +00:00
parent 4ef972fd53
commit 2edbd306c8
4 changed files with 4 additions and 0 deletions

4
.gitignore vendored Normal file
View File

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