-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
56 lines (53 loc) · 843 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
##############
# this project
##############
/bin/
/conda_local_env_settings/
/conda/micromamba-pycharm/
/tools/jcat/jcat
/tools/jgi-query/
/tools/nvim/plugin/
##############
# spyder
##############
**/.spyproject/
spyder/general/arm64/spyder-py3/help
**/spyder-py3/config/backups/
**/spyder.ini
**/transient.ini
**/spyder-py3/history.py
**/pdb_history.sqlite
**/spyder-py3/workingdir
**/spyder.lock
##############
# common project
##############
# python cache
**/__pycache__/
# 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/
/.deploy_git/
# TexPad temp
/.texpadtmp/
# Polaris slurm system
sna*.err
sna*.out
job.srp*
slurm-*.out
# Others
/tmpdir_*/
.localized