langchain-learning-kit/.dockerignore

69 lines
552 B
Plaintext
Raw Permalink Normal View History

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
ENV/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Environment
.env
.env.local
# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Project specific
data/
logs/
*.log
*.db
*.sqlite
# Git
.git/
.gitignore
# Documentation
docs/_build/
*.md
# Tests
.pytest_cache/
.coverage
htmlcov/
.tox/
# Docker
Dockerfile*
docker-compose*.yml
.dockerignore
# Alembic
src/app/db/alembic/versions/*.pyc