Skip to content

Commit

Permalink
ignore .ipynb_checkpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
fs committed Jan 22, 2024
1 parent 5aa5a56 commit 16cafdc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,5 @@ _deps/
# Other files to ignore
.DS_Store
Thumbs.db

.ipynb_checkpoints
5 changes: 5 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,9 @@
### pytest
```
pytest pytest_mini_project/test_simplemath.py
```

### gtest
```
cd ./c++/gtest_mini_project && ./tests/test_demo
```

0 comments on commit 16cafdc

Please sign in to comment.