Skip to content

Commit

Permalink
feat: add .gitignore;
Browse files Browse the repository at this point in the history
  • Loading branch information
WenjieDu committed Aug 17, 2023
1 parent 64d48e0 commit 7ae7ed3
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# ignore special files or folds
*~
.idea
.DS_Store

# ignore all building results
dist
build
docs/_build
*.egg-info

# ignore all testing/running results
.run
.coverage
.pytest_cache
*__pycache__*
*testing_results*

# ignore specific kinds of files like all PDFs
*.pdf

0 comments on commit 7ae7ed3

Please sign in to comment.