Skip to content

Commit

Permalink
update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
mfarragher committed Aug 7, 2022
1 parent 303bf4e commit 2ea7a06
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
**/.obsidian/
Makefile
.pypirc
.coveragerc
codecov
.gitignore

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
Expand Down Expand Up @@ -127,3 +134,8 @@ dmypy.json

# Pyre type checker
.pyre/

.vscode/settings.json
notebooks/
.gitignore
.gitignore

0 comments on commit 2ea7a06

Please sign in to comment.