2 Open Issues Need Help Last updated: Jul 1, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Create a `requirements-dev.txt` file listing all development-only dependencies for the Cloud Craver project. This file should include packages used for testing, linting, formatting, and other development tasks, separating them from the production dependencies in `requirements.txt`.

Complexity: 2/5
good first issue setup dependencies Easy

AI Summary: Create a comprehensive `.gitignore` file for the Cloud Craver project, considering Python code, Terraform files, virtual environments, and other relevant files and directories to exclude from version control.

Complexity: 2/5
good first issue setup git Easy