Project: GitHub Setup
Create Your Repository
Add a .gitignore
.gitignore# Python virtual environment
venv/
# Byte-compiled files
__pycache__/
# Environment variables / secrets
.env
# Amplify build output (added later in the course)
amplify_outputs.jsonEnable Branch Protection
Feature-Branch and Pull Request Workflow
Commit Message Conventions
Pattern
Example
Last updated