We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afa2ce8 commit 0334e5aCopy full SHA for 0334e5a
1 file changed
implement-cowsay/.gitignore
@@ -0,0 +1,13 @@
1
+# Python cache
2
+__pycache__/
3
+*.pyc
4
+*.pyo
5
+
6
+# Virtual environments
7
+.venv/
8
+venv/
9
+env/
10
+.env/
11
12
+# macOS Finder file (ignore if on Mac)
13
+.DS_Store
0 commit comments