Skip to content

Commit 8360191

Browse files
authored
Merge pull request #10 from per1234/gitignore
Add a .gitignore file
2 parents 5f0632e + 24fa458 commit 8360191

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.gitignore

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Python
2+
__pycache__/
3+
*.py[cod]
4+
*$py.class
5+
6+
# Testing
7+
htmlcov/
8+
.coverage
9+
coverage.xml
10+
11+
# Environments
12+
.venv/
13+
venv/
14+
15+
# IDEs
16+
.idea/
17+
.vscode/
18+
*.bak
19+
*.code-workspace
20+
*.sublime-workspace

0 commit comments

Comments
 (0)