Skip to content

Commit

Permalink
Added .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
rickecon committed Jul 22, 2022
1 parent afbe956 commit 81ab3fe
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
*.pyc
MANIFEST
build/*
dist/*
*.cache/
.coverage
.coveragerc
htmlcov/*
*.aux
*.bbl
*.blg
*.fdb_latexmk
*.idx
*.ilg
*.ind
*.lof
*.log
*.lot
*.out
*.pdfsync
*.synctex.gz
*.toc
*.swp
*.asv
*.nav
*.snm
*.gz
*.bib.bak
*.fls
*.m~
*.sublime*
.DS_Store
*puf.csv
*tax_func_loop_inputs_large.pkl
*/OUTPUT/*
envs/
*.egg-info/
*dask-worker-space*
.ipynb_checkpoints*
*/__pycache__/*
docs/book/_build/*
docs/build*
examples/OG-MYS_example_plots/*
examples/ogmys_example_output.csv
examples/OG-MYS-Example/*

0 comments on commit 81ab3fe

Please sign in to comment.