Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ __pycache__
# Sphinx build-specific files
_build

# MyPy-specific type-checking files
.mypy_cache

# pip install files
/build/

# This file results from running `pip -e install .` in a local repository
*.egg-info

Expand Down
Loading