We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22fee97 commit 150bfd0Copy full SHA for 150bfd0
.gitignore
@@ -1,10 +1,10 @@
1
# root level directories
2
-dist/*
3
-build/*
4
-env/*
+dist/
+build/
+env/
5
6
# docs build directory
7
-docs/build/*
+docs/build/
8
9
# global file patterns
10
*.log
@@ -14,20 +14,20 @@ docs/build/*
14
*.swp
15
*.egg-info
16
.coverage
17
-.tox/*
18
-tests/htmlcov/*
+.tox/
+tests/htmlcov/
19
.DS_Store
20
-.pybuild/*
+.pybuild/
21
.python-version
22
*~
23
*.tmp
24
.pre-commit-config.yaml
25
.vscode
26
27
# Debian generated files
28
-debian/.debhelper/*
+debian/.debhelper/
29
debian/*-stamp
30
debian/files
31
debian/*.debhelper
32
debian/*.substvars
33
-debian/python*-tuf/*
+debian/python*-tuf/
0 commit comments