chore: add .gitignore for Python project
This commit is contained in:
parent
dd545cfb97
commit
81bd4dafa8
|
|
@ -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
|
||||||
Loading…
Reference in New Issue