Skip to content

Commit

Permalink
Merge pull request #39 from 4383/improve-contributing
Browse files Browse the repository at this point in the history
Adding some gitignore rules to improve contributing
  • Loading branch information
mraineri authored May 16, 2019
2 parents 33aa83e + ec2246a commit 7830dc1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*__pycache__*
*.py[cod]

# C extensions
Expand Down Expand Up @@ -54,3 +55,8 @@ docs/_build/

# PyBuilder
target/

# Editors
*.swa
*.swp
*~

0 comments on commit 7830dc1

Please sign in to comment.