Skip to content

Commit 352c6b7

Browse files
authored
Merge pull request #24 from shloktech/adding-gitignore-and-removing
Create .gitignore
2 parents ae78659 + fdf786d commit 352c6b7

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.gitignore

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Python
2+
__pycache__/
3+
4+
# Virtual Environment
5+
venv/
6+
env/
7+
ENV/
8+
.env
9+
.venv
10+
11+
# IDE
12+
.idea/
13+
.vscode/
14+
15+
# Coverage and testing
16+
.coverage
17+
coverage.xml
18+
htmlcov/
19+
.pytest_cache/
20+
21+
# Github
22+
.github/
23+

0 commit comments

Comments
 (0)