Skip to content

Commit 7db2195

Browse files
committed
chore: add .gitignore to exclude build output and editor noise
1 parent 78542fd commit 7db2195

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

.gitignore

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# MkDocs generated site
2+
/site/
3+
4+
# Python
5+
__pycache__/
6+
*.py[cod]
7+
.venv/
8+
venv/
9+
10+
# mkdocs build artifacts
11+
*.log
12+
13+
# Editors and OS
14+
.DS_Store
15+
Thumbs.db
16+
.idea/
17+
.vscode/
18+
*.swp

0 commit comments

Comments
 (0)