Skip to content

Commit

Permalink
Merge pull request #22 from MasterOdin/gitignore
Browse files Browse the repository at this point in the history
add basic python gitignore file
  • Loading branch information
techhat authored Jan 3, 2021
2 parents b983a77 + 34b2166 commit 99e9839
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# python ignores
__pycache__/
*.py[cod]
.python-version

# sphinx build artifacts for RTD local testing
doc/conf.py
doc/_build

# OS ignores
.DS_Store

0 comments on commit 99e9839

Please sign in to comment.