We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 744ff15 commit cb1eca9Copy full SHA for cb1eca9
.gitignore
@@ -1,3 +1,6 @@
1
+# Below is example .gitignore which are files that will may be created during program process but not commited to repository.
2
+# The example below is a template for python project
3
+
4
# Byte-compiled / optimized / DLL files
5
__pycache__/
6
*.py[cod]
0 commit comments