We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b98ade3 commit faf2d83Copy full SHA for faf2d83
1 file changed
.gitignore
@@ -1,2 +1,13 @@
1
+# macOS
2
.DS_Store
3
+
4
+# Compiled Python
5
*.pyc
6
7
+# Unittest
8
+__pycache__/
9
+.coverage
10
+htmlcov/
11
12
+# Virtual environment
13
+venv/
0 commit comments