Skip to content

Commit 36461f0

Browse files
committed
Ignore virtual environment
1 parent 2d73e2e commit 36461f0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ poetry.lock
1010
.coverage
1111
coverage.xml
1212
.vscode
13+
.venv/

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
# List of patterns, relative to source directory, that match files and
7474
# directories to ignore when looking for source files.
7575
# This patterns also effect to html_static_path and html_extra_path
76-
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
76+
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store', '.venv']
7777

7878
# The name of the Pygments (syntax highlighting) style to use.
7979
pygments_style = 'sphinx'

0 commit comments

Comments
 (0)