Skip to content
This repository has been archived by the owner on Aug 14, 2021. It is now read-only.

Commit

Permalink
Add .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
posidron committed Dec 13, 2018
1 parent 464022a commit 5164b30
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .gitignore
@@ -0,0 +1,21 @@
# Python byte-compiled
__pycache__/
*.py[cod]

# Python distribution
dist/
build/
sdist/
*.egg
*.egg-info/

# Sphinx documentation
docs/_build/

# Platform
.DS_Store

# Testing / Coverage
.tox
.pytest_cache/
.coverage

0 comments on commit 5164b30

Please sign in to comment.