Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
Removed egg-info dir, added gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
xannz committed Dec 5, 2019
1 parent 151d613 commit d964479
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 31 deletions.
11 changes: 11 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
__pycache__/
*.pyc
.coverage
virtualenv
MANIFEST
build/
dist/
.cache/
*.egg-info
poetry.lock
.vscode
18 changes: 0 additions & 18 deletions obelisk_client.egg-info/PKG-INFO

This file was deleted.

9 changes: 0 additions & 9 deletions obelisk_client.egg-info/SOURCES.txt

This file was deleted.

1 change: 0 additions & 1 deletion obelisk_client.egg-info/dependency_links.txt

This file was deleted.

2 changes: 0 additions & 2 deletions obelisk_client.egg-info/requires.txt

This file was deleted.

1 change: 0 additions & 1 deletion obelisk_client.egg-info/top_level.txt

This file was deleted.

0 comments on commit d964479

Please sign in to comment.