Skip to content

Commit

Permalink
Add .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
alexforencich committed Dec 3, 2020
1 parent 282e3fd commit 49a597c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class


*.egg-info/
.installed.cfg
*.egg


.tox
sim_build_*
.coverage

0 comments on commit 49a597c

Please sign in to comment.