Skip to content

Commit

Permalink
add git ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
tottenjordan committed Sep 25, 2023
1 parent 14450c4 commit 723f175
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
__init__.cpython*
candidate_pipeline.cypthon*
*.cpython-310.pyc
*.cpython-37.pyc
*checkpoint*
*-checkpoint.py*
*.ipynb_checkpoints
*.ipynb_checkpoints/*
*WIP*
*ARCHIVED*
# .gcloudignore
# .git
# .github
.github
*__pycache__
# *cpython-37.pyc
# .gitignore
# .DS_Store
*cpython-37.pyc
.gitignore
.DS_Store

# Pyhon byte-compiled / optimized files
__pycache__/
*.py[cod]
*$py.class

0 comments on commit 723f175

Please sign in to comment.