Files
crewai/.dockerignore

44 lines
301 B
Plaintext
Raw Permalink Normal View History

2026-03-13 18:12:31 +08:00
# Git
.git
.gitignore
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
venv/
env/
ENV/
.venv
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# Environment
.env
.env.local
# Build
build/
dist/
*.egg-info/
# Docker
Dockerfile
.dockerignore
# Test
.pytest_cache/
.coverage
htmlcov/
2026-03-13 21:09:44 +08:00
# Logs
logs/
*.log