Files
copilotkit__copilotkit/examples/integrations/langgraph-python/.dockerignore
2026-03-12 13:06:02 -07:00

72 lines
587 B
Plaintext

# Dependencies
node_modules
.pnp
.pnp.js
# Python
__pycache__
*.py[cod]
*$py.class
.Python
env/
venv/
.venv
pip-log.txt
pip-delete-this-directory.txt
.pytest_cache
# Testing
coverage
*.lcov
.nyc_output
# Build outputs
.next/
out/
dist/
build/
*.tsbuildinfo
# Environment
.env
.env*.local
.env.production
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
.pnpm-debug.log*
# OS
.DS_Store
*.pem
Thumbs.db
# IDE
.vscode
.idea
*.swp
*.swo
*~
# Git
.git
.gitignore
.gitattributes
# Documentation
*.md
!README.md
# Turbo
.turbo
# Misc
.cache
tmp
temp