Skip to content

Commit

Permalink
Add gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
kinverarity1 committed Feb 11, 2020
0 parents commit 4abd102
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
*.py[cod]
*swp

# C extensions
*.so

# Packages
.eggs/*
*.egg
*.egg-info
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
lib
lib64
__pycache__
.cache

# Installer logs
pip-log.txt

# Unit test / coverage reports
.coverage
.tox
nosetests.xml
.ipynb_checkpoints
docs/test*

# Translations
*.mo

# Mr Developer
.mr.developer.cfg
.project
.pydevproject


.vscode*
.pytest*

0 comments on commit 4abd102

Please sign in to comment.