Skip to content

Commit

Permalink
Merge pull request #26 from kmadisa/user/kmadisa/Add-a-gitignore-file…
Browse files Browse the repository at this point in the history
…-and-cleanup-repo

Adding a .gitignore file.
  • Loading branch information
kmadisa authored Nov 14, 2019
2 parents c31249f + 5c1e7f6 commit de52343
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Python droppings and byte-compiled files
*.py[cod]
__pycache__/
*$py.class

# Secrets
*.json

# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
sdist/
*.egg-info/
*.egg
*.ini

# dotenv
.env

# Virtualenv
venv/
ENV/

# Unit test
.pytest_cache/

# Log files
*.log

# VSCode
.vscode/

0 comments on commit de52343

Please sign in to comment.