Files
crewAI/.gitignore
Devin AI 27c107bb64 chore: Update .gitignore to exclude UV package manager files
- Add uv.lock to ignored files
- Organize ignore rules with clear section headers

Co-Authored-By: Joe Moura <joao@crewai.com>
2024-12-12 16:03:51 +00:00

43 lines
339 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
.env
.venv
env/
venv/
ENV/
# IDE
.idea/
.vscode/
*.swp
*.swo
# Testing
.coverage
htmlcov/
.pytest_cache/
# Package Management
uv.lock