Skip to content

Commit

Permalink
chore: updated gitignore
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Horton <[email protected]>
  • Loading branch information
madpah committed Dec 15, 2021
1 parent ea3dbee commit 07bea05
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 79 deletions.
33 changes: 26 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,28 @@
*.pyc
docs/_build/*
*.db
*.egg-info
*.egg
dist/
# Exlude python build & distribution directories
build/
dist/
*.egg-info*

# Exlude *.pyc
*.pyc

# Exclude test-related items
.tox/*

# Exclude coverage
.coverage
venv*
test-reports

# Exclude Python Virtual Environment
venv/*
.venv/*

# Exlude IDE related files
.idea/*
.vscode/*

# pdoc3 HTML output
html/

# mypy caches
/.mypy_cache
22 changes: 0 additions & 22 deletions .travis.yml

This file was deleted.

File renamed without changes.
5 changes: 0 additions & 5 deletions MANIFEST.in

This file was deleted.

45 changes: 0 additions & 45 deletions setup.py

This file was deleted.

0 comments on commit 07bea05

Please sign in to comment.