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 d264c71 commit 3a34e32Copy full SHA for 3a34e32
.gitignore
@@ -50,4 +50,5 @@ docs/_build
50
.*.sw[po]
51
.build
52
.ve
53
-.bootstrap
+.env
54
+.bootstrap
setup.cfg
@@ -12,6 +12,7 @@ exclude = tests/*
12
norecursedirs =
13
.git
14
.tox
15
+ .env
16
dist
17
build
18
python_files =
0 commit comments