You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 26, 2026. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+10-4Lines changed: 10 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,16 +87,22 @@ Some IDEs have format on save features and can be configured to use black:
87
87
*[insert description]*
88
88
89
89
## .gitignore
90
-
*[insert description]*
90
+
The title is pretty self explanatory.
91
+
.gitignore is a file where you can add files and directories that you want git to ignore.
92
+
The [.gitignore](.gitignore) has the typical content e.g. .venv, the directory that contains the python virtual environment, should not be push to github and is in .gitignore.
91
93
92
94
## Github Actions
93
95
*[insert description]*
94
96
95
97
## Licences
96
-
*[insert description]*
98
+
Details about the mainstream OSS (Open source software) licences can be found here:
99
+
https://opensource.org
100
+
101
+
Wikipedia has nice/comprehensive comparison table here:
0 commit comments