chore: add .gitignore for Python project

This commit is contained in:
Henry Li
2026-01-14 07:14:00 +08:00
parent dd545cfb97
commit 81bd4dafa8
+21
View File
@@ -0,0 +1,21 @@
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
.coverage
.coverage.*
agent_history.gif
static/browser_history/*.gif
# Virtual environments
.venv
venv/
# User config file
config.yaml
# Langgraph
.langgraph_api