Skip to content

Commit 9b1adb5

Browse files
author
Sai Shyam
committed
Added .gitignore file
1 parent c9e1ce2 commit 9b1adb5

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

.gitignore

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Environment / secrets
2+
.env
3+
.env.*
4+
*.env
5+
6+
# Python
7+
__pycache__/
8+
*.py[cod]
9+
*.pyo
10+
.pytest_cache/
11+
.cache/
12+
*.egg-info/
13+
dist/
14+
build/
15+
16+
# IDE
17+
.vscode/
18+
.idea/
19+
20+
# OS
21+
.DS_Store
22+
Thumbs.db

0 commit comments

Comments
 (0)