langchain-learning-kit/.gitignore

65 lines
510 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Virtual Environment
venv/
ENV/
env/
.venv
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# Environment Variables
.env
.env.local
# Database
*.db
*.sqlite
*.sqlite3
# FAISS Indexes
data/faiss/*
!data/faiss/.gitkeep
# Logs
*.log
logs/
# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
# Alembic
alembic.ini
# Docker
*.log