In the next sections we will introduce Docker and Airflow. When we start working with Airflow, the logs/ folder will be generated and this can quickly become large, cluttering the repository. As such, I would advise that you update the .gitignore to include the logs/ folder as there is no need for this to be version controlled.

At this point in the course, your .gitignore should look as follows;

venv/
__pycache__/
.env
logs/


Once the .gitignore is updated, you can push to Github.