langchain-learning/.gitignore
2026-04-15 20:49:50 +08:00

25 lines
158 B
Plaintext

# Python
.venv/
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.egg-info/
dist/
build/
# Env
.env
# IDE
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
.env