mirror of
https://github.com/run-llama/observability-blog-code.git
synced 2026-06-30 21:57:55 -04:00
16 lines
149 B
Plaintext
16 lines
149 B
Plaintext
# Python-generated files
|
|
__pycache__/
|
|
*.py[oc]
|
|
build/
|
|
dist/
|
|
wheels/
|
|
*.egg-info
|
|
|
|
# Virtual environments
|
|
.venv
|
|
|
|
# env variables
|
|
.env
|
|
|
|
# db
|
|
workflows.db |