Skip to content

Commit

Permalink
Add gitignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
John Garrett committed Jan 11, 2019
1 parent 36b352d commit e8ccead
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
.cache
.coverage
.DS_Store
.idea
.ipynb_checkpoints
.pytest_cache
.ropeproject

*.lprof
*.pdf
*.pgf
*.png
*.py.bak
*.pyc

qmix/exp/hfss_data.py

bin/
development/
misc/
my-projects/
old/
validation/

htmlcov/

docs/source/analyze-experimental-data.ipynb
docs/source/multi-tone.ipynb
docs/source/single-tone-simple.ipynb

to-do-list.md
cheatsheet.md
Makefile

paper/compile.sh
paper/joss-logo.png
paper/latex.template
paper/old.md
paper/paper.pdf
paper/whedon

0 comments on commit e8ccead

Please sign in to comment.