Skip to content

Commit

Permalink
Removed unimportant system files and updated .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
AyushSemwal committed Jan 28, 2025
1 parent 9dd6ccf commit 3dfc7ae
Show file tree
Hide file tree
Showing 26 changed files with 14 additions and 0 deletions.
Binary file removed .DS_Store
Binary file not shown.
Binary file removed ._.DS_Store
Binary file not shown.
Binary file removed ._main.py
Binary file not shown.
14 changes: 14 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# macOS system files
.DS_Store
._.DS_Store

# Unwanted hidden files
._*

# Samba-related files
.smbdelete*

# Python cache
__pycache__/
*.pyc
*.pyo
Binary file removed .smbdeleteAAA7e319a90943f6096
Binary file not shown.
Binary file removed scripts/.DS_Store
Binary file not shown.
Binary file removed scripts/._.DS_Store
Binary file not shown.
Binary file removed scripts/._annotate_new_data.py
Binary file not shown.
Binary file removed scripts/._export_annotations.py
Binary file not shown.
Binary file removed scripts/._extract_annotated_seqs.py
Binary file not shown.
Binary file removed scripts/._plot_read_len_distr.py
Binary file not shown.
Binary file removed scripts/._process_chunks_in_parallel.py
Binary file not shown.
Binary file removed scripts/._trained_models.py
Binary file not shown.
Binary file removed scripts/._visualize_annot.py
Binary file not shown.
Binary file not shown.
Binary file removed scripts/__pycache__/correct_barcodes.cpython-310.pyc
Binary file not shown.
Binary file removed scripts/__pycache__/demultiplex.cpython-310.pyc
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed scripts/__pycache__/trained_models.cpython-310.pyc
Binary file not shown.
Binary file removed scripts/__pycache__/visualize_annot.cpython-310.pyc
Binary file not shown.
Binary file removed utils/._seq_orders.tsv
Binary file not shown.
Binary file removed utils/._seq_orders.tsv.txt
Binary file not shown.
Binary file removed utils/.smbdeleteAAAfd52b430305a1ce8
Binary file not shown.

0 comments on commit 3dfc7ae

Please sign in to comment.