Skip to content

Commit

Permalink
maint: add gitignore to avoid accidentally commit pyc files.
Browse files Browse the repository at this point in the history
  • Loading branch information
carandraug committed May 15, 2021
1 parent 77253e1 commit b902edb
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
*.pyc

## Some people use MacOS
.DS_Store

## Some text editors often create these
~.*
*~
.#*

## Files generated by setuptools and friends
/.eggs
/BeamDelta.egg-info
/build
/dist
/.tox
/.mypy_cache
/.pytest_cache

0 comments on commit b902edb

Please sign in to comment.