Skip to content

Antara999333/IDS-706_Proj1

Repository files navigation

IDS-706_Proj1

CI 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:

Readme

This file contains information about the repository and its contents.

.gitignore

This files specifies the files and directories that should be excluded from version control.

Makefile

It is an automation tool which defines tasks and dependencies. It helps to compile and test projects.

Requirements.txt

This is used for python projects. It specifies the dependencies of the project. Tools such as pip are used to install dependencies.

Devcontainer

  • Dockerfile - The enviornment variables are defined in this file.
  • devcontainer.json -specifies environment variable including installed extensions in the virual environment.

Multiply.py

This is a simple python function that multiples two numbers.

test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published