-
-
Notifications
You must be signed in to change notification settings - Fork 183
Expand file tree
/
Copy path.gitignore
More file actions
62 lines (50 loc) · 852 Bytes
/
.gitignore
File metadata and controls
62 lines (50 loc) · 852 Bytes
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
56
57
58
59
60
61
62
# IDE
.vscode/
.serena/
# Compiled python files (e.g. from running the unit tests):
*.pyc
*.pyo
# Jython class files (present if using Jython)
*.class
# Testing & coverage shrapnel
.tox
.coverage
coverage.xml
htmlcov/
.pytest_cache/
.hypothesis/
*.bai
# Backup files from some Unix editors
*~
*.swp
*.bak
# Patches and any original files created by patch command
*.diff
*.patch
*.orig
*.rej
# Mac OS X hidden files
.DS_Store
# Dolphin window manager hidden files
.directory
# MANIFEST file created automatically from MANIFEST.in (pip packaging)
MANIFEST
# Java TreeView backup/cache/index/whatever generated file
*.jtv
# R session files
.RData
.Rhistory
# Stuff I don't want to see
tags
test/build
test/*.pdf
build/
dist/
doc/_build
doc/html
CNVkit.egg-info/
wdl/generated/
__pycache__/
*.egg-info/
# Pre-commit
.pre-commit-config.yaml.bak