Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ __pycache__/

# Packaging / build artifacts
build/
dist/
downloads/
.eggs/
eggs/
develop-eggs/
sdist/
dist/
*.egg-info/
.installed.cfg
*.egg
Expand All @@ -41,6 +41,7 @@ pip-log.txt
pip-delete-this-directory.txt

# Test / coverage / tooling
test-results/
.tox/
.nox/
.pytest_cache/
Expand Down
195 changes: 0 additions & 195 deletions README.md

This file was deleted.

Loading
Loading