Open Issues Need Help
View All on GitHub Create requirements-dev.txt 2 months ago
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
Create .gitignore File 2 months ago
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