Skip to content

Commit

Permalink
update all
Browse files Browse the repository at this point in the history
  • Loading branch information
hermanzhaozzzz committed May 24, 2023
1 parent efa1344 commit 38a76d2
Show file tree
Hide file tree
Showing 30 changed files with 394 additions and 151,137 deletions.
53 changes: 32 additions & 21 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,29 +1,40 @@
# this project
*.csv
*.json


##############
# common project
##############
# python cache
**/__pycache__/
# spyder
**/.spyproject/
# jupyterlab meta
**/.ipynb_checkpoints/
# pycharm meta
**/.idea/
# vscode
**/.vscode/
# Rstudio history
**/.Rhistory
# macos meta
**/.DS_Store
**/.Trash/

# snakemake configure
**/.snakemake/
samples.json
# HEXO public
/public/
/.ipynb_checkpoints/
/.deploy_git/
# TexPad temp
/.texpadtmp/
/.Trash/
/.snakemake/
/tmpdir_*/
# Polaris slurm system
sna*.err
sna*.out
job.srp*
.DS_Store
.Rhistory
.localized
slurm-*.out
/public/
/.ipynb_checkpoints/
/.deploy_git/
/.texpadtmp/
/.Trash/
/.snakemake/
# Others
/tmpdir_*/
sna*.err
sna*.out
job.srp*
.DS_Store
.Rhistory
.localized
slurm-*.out
plots/.ipynb_checkpoints/
.localized
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 38a76d2

Please sign in to comment.