We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68d6119 commit 43f17e2Copy full SHA for 43f17e2
.gitignore
@@ -1,42 +1,8 @@
1
-# Backup files
2
-*.~
3
-
4
-# Byte-compiled / optimized / DLL files
5
-__pycache__/
6
-*.py[cod]
7
8
-# C extensions
9
-*.so
10
11
-# Distribution / packaging
12
-bin/
13
build/
14
-develop-eggs/
15
dist/
16
-eggs/
17
-lib/
18
-lib64/
19
-parts/
20
-sdist/
21
-var/
22
*.egg-info/
23
-.installed.cfg
24
*.egg
25
-MANIFEST
26
27
-# Installer logs
28
-pip-log.txt
29
-pip-delete-this-directory.txt
30
31
-# Unit test / coverage reports
32
-.tox/
33
-.coverage
34
-.cache
35
-nosetests.xml
36
-coverage.xml
37
38
-# Translations
39
-*.mo
40
41
-# Sphinx documentation
42
-docs/_build/
+*.py[cod]
+__pycache__/
+*.so
+*~
0 commit comments