-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
84 lines (66 loc) · 913 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
# ignore test results
tests/test/*
docs_jupyter/my_db.sqlite
# toy/experimental files
*.csv
*.tsv
*.pkl
# ignore eggs
.eggs/
# generic ignore list:
*.lst
# Compiled source
*.com
*.class
*.dll
*.exe
*.o
*.so
*.pyc
# Packages
# it's better to unpack these files and commit the raw source
# git has its own built in compression methods
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip
# Logs and databases
*.log
*.sql
*.sqlite
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Gedit temporary files
*~
# libreoffice lock files:
.~lock*
# Default-named test output
microtest/
open_pipelines/
# IDE-specific items
.idea/
# pytest-related
.cache/
.coverage
.pytest_cache/
# Reserved files for comparison
*RESERVE*
# Build-related stuff
build
dist/
refget.egg-info/
#ipynm checkpoints
*ipynb_checkpoints*
*.egg-info*
coverage.xml
.vscode/settings.json