Skip to content

Commit

Permalink
Include gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
ozgesurer committed Jul 22, 2023
1 parent 8533eeb commit 6e0e20c
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
.DS_Store
*__pycache__
*.pyc
*.pyd
build/
venv*/
*.o
cov_*
.cov_*
.cache
docs/_build
x.log
*.egg
.idea
venv/
scratch/
line_profiler/
OpenBLAS/
CaseStudy/
.eggs/
examples/develop-example/
.coverage
zzz_outputs/

0 comments on commit 6e0e20c

Please sign in to comment.