Skip to content

Commit

Permalink
Add top-level .gitignore, delete .DS_Store (google-gemini#40)
Browse files Browse the repository at this point in the history
* Add top-level .gitignore, delete .DS_Store

* Ignore in all dirs

* Add common ignorables

---------

Co-authored-by: Mark McDonald <[email protected]>
  • Loading branch information
williamito and markmcd authored Apr 9, 2024
1 parent c14c3a1 commit a9ae5b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Binary file removed .DS_Store
Binary file not shown.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
**/.DS_Store
**/.ipynb_checkpoints
**/venv
**/.python-version

0 comments on commit a9ae5b7

Please sign in to comment.