This is my mini project for week 1. I have created a template which I will be using for the rest of my projects. The contents of my repository are as follows:
This file contains information about the repository and its contents.
This files specifies the files and directories that should be excluded from version control.
It is an automation tool which defines tasks and dependencies. It helps to compile and test projects.
This is used for python projects. It specifies the dependencies of the project. Tools such as pip are used to install dependencies.
- Dockerfile - The enviornment variables are defined in this file.
- devcontainer.json -specifies environment variable including installed extensions in the virual environment.
This is a simple python function that multiples two numbers.