mirror of
https://github.com/hwchase17/langchain.git
synced 2026-01-30 05:47:54 +00:00
35 lines
258 B
Plaintext
35 lines
258 B
Plaintext
# Git
|
|
.git
|
|
.github
|
|
|
|
# Python
|
|
__pycache__
|
|
*.pyc
|
|
*.pyo
|
|
.venv
|
|
.mypy_cache
|
|
.pytest_cache
|
|
.ruff_cache
|
|
*.egg-info
|
|
.tox
|
|
|
|
# IDE
|
|
.idea
|
|
.vscode
|
|
|
|
# Worktree
|
|
worktree
|
|
|
|
# Test artifacts
|
|
.coverage
|
|
htmlcov
|
|
coverage.xml
|
|
|
|
# Build artifacts
|
|
dist
|
|
build
|
|
|
|
# Misc
|
|
*.log
|
|
.DS_Store
|