mirror of
https://github.com/run-llama/agents-observability-demo.git
synced 2026-07-01 21:45:07 -04:00
18 lines
181 B
Plaintext
18 lines
181 B
Plaintext
# Python-generated files
|
|
__pycache__/
|
|
*.py[oc]
|
|
build/
|
|
dist/
|
|
wheels/
|
|
*.egg-info
|
|
|
|
# Virtual environments
|
|
.venv
|
|
|
|
# env variables
|
|
.env
|
|
|
|
# caches
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
.ruff_cache/ |