|
a |
|
b/.gitignore |
|
|
1 |
# Created by https://www.toptal.com/developers/gitignore/api/osx,macos,linux,windows |
|
|
2 |
# Edit at https://www.toptal.com/developers/gitignore?templates=osx,macos,linux,windows |
|
|
3 |
|
|
|
4 |
### Linux ### |
|
|
5 |
*~ |
|
|
6 |
|
|
|
7 |
# temporary files which can be created if a process still has a handle open of a deleted file |
|
|
8 |
.fuse_hidden* |
|
|
9 |
|
|
|
10 |
# KDE directory preferences |
|
|
11 |
.directory |
|
|
12 |
|
|
|
13 |
# Linux trash folder which might appear on any partition or disk |
|
|
14 |
.Trash-* |
|
|
15 |
|
|
|
16 |
# .nfs files are created when an open file is removed but is still being accessed |
|
|
17 |
.nfs* |
|
|
18 |
|
|
|
19 |
### macOS ### |
|
|
20 |
# General |
|
|
21 |
.DS_Store |
|
|
22 |
.AppleDouble |
|
|
23 |
.LSOverride |
|
|
24 |
|
|
|
25 |
# Icon must end with two \r |
|
|
26 |
Icon |
|
|
27 |
|
|
|
28 |
|
|
|
29 |
# Thumbnails |
|
|
30 |
._* |
|
|
31 |
|
|
|
32 |
# Files that might appear in the root of a volume |
|
|
33 |
.DocumentRevisions-V100 |
|
|
34 |
.fseventsd |
|
|
35 |
.Spotlight-V100 |
|
|
36 |
.TemporaryItems |
|
|
37 |
.Trashes |
|
|
38 |
.VolumeIcon.icns |
|
|
39 |
.com.apple.timemachine.donotpresent |
|
|
40 |
|
|
|
41 |
# Directories potentially created on remote AFP share |
|
|
42 |
.AppleDB |
|
|
43 |
.AppleDesktop |
|
|
44 |
Network Trash Folder |
|
|
45 |
Temporary Items |
|
|
46 |
.apdisk |
|
|
47 |
|
|
|
48 |
### OSX ### |
|
|
49 |
# General |
|
|
50 |
|
|
|
51 |
# Icon must end with two \r |
|
|
52 |
|
|
|
53 |
# Thumbnails |
|
|
54 |
|
|
|
55 |
# Files that might appear in the root of a volume |
|
|
56 |
|
|
|
57 |
# Directories potentially created on remote AFP share |
|
|
58 |
|
|
|
59 |
### Windows ### |
|
|
60 |
# Windows thumbnail cache files |
|
|
61 |
Thumbs.db |
|
|
62 |
Thumbs.db:encryptable |
|
|
63 |
ehthumbs.db |
|
|
64 |
ehthumbs_vista.db |
|
|
65 |
|
|
|
66 |
# Dump file |
|
|
67 |
*.stackdump |
|
|
68 |
|
|
|
69 |
# Folder config file |
|
|
70 |
[Dd]esktop.ini |
|
|
71 |
|
|
|
72 |
# Recycle Bin used on file shares |
|
|
73 |
$RECYCLE.BIN/ |
|
|
74 |
|
|
|
75 |
# Windows Installer files |
|
|
76 |
*.cab |
|
|
77 |
*.msi |
|
|
78 |
*.msix |
|
|
79 |
*.msm |
|
|
80 |
*.msp |
|
|
81 |
|
|
|
82 |
# Windows shortcuts |
|
|
83 |
*.lnk |
|
|
84 |
|
|
|
85 |
# End of https://www.toptal.com/developers/gitignore/api/osx,macos,linux,windows |
|
|
86 |
|
|
|
87 |
# Python |
|
|
88 |
__pycache__ |
|
|
89 |
*.pyc |
|
|
90 |
/opensafely_ehrql.egg-info/ |
|
|
91 |
|
|
|
92 |
# Coverage |
|
|
93 |
.coverage |
|
|
94 |
htmlcov |
|
|
95 |
|
|
|
96 |
# IDEs |
|
|
97 |
.idea/ |
|
|
98 |
|
|
|
99 |
# Virtual environments |
|
|
100 |
.venv/ |
|
|
101 |
venv/ |
|
|
102 |
|
|
|
103 |
# Planning artifacts |
|
|
104 |
story-dependencies.png |
|
|
105 |
|
|
|
106 |
# Build/test byproducts |
|
|
107 |
cache/ |
|
|
108 |
.hypothesis |
|
|
109 |
|
|
|
110 |
# MkDocs output |
|
|
111 |
site/ |
|
|
112 |
|
|
|
113 |
# tutorial examples metadata (generated when running tutorial actions in docker) |
|
|
114 |
docs/ehrql-tutorial-examples/metadata/ |