Skip to content

Commit 0334e5a

Browse files
committed
Add gitignore
1 parent afa2ce8 commit 0334e5a

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

implement-cowsay/.gitignore

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)