Files
crewai/.gitignore
2026-03-13 18:12:31 +08:00

39 lines
268 B
Plaintext

# 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/
# Test
.pytest_cache/
.coverage
htmlcov/
# OS
.DS_Store
Thumbs.db
# Logs
*.log
logs/