Skip to content

Commit

Permalink
add .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Yaser Martinez Palenzuela committed May 31, 2020
1 parent fb89fc6 commit 0bf5536
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
.idea
.ipynb_checkpoints
.mypy_cache
__pycache__
.pytest_cache
htmlcov
dist
site
.coverage
coverage.xml
.netlify
test.db
log.txt
Pipfile
Pipfile.lock
build/
*.egg-info/
.venv

# OS X
.DS_Store
.vscode

0 comments on commit 0bf5536

Please sign in to comment.