-
Notifications
You must be signed in to change notification settings - Fork 4
/
.gitignore
57 lines (55 loc) · 981 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
.idea/
export/
env/
.vs/
venv/
**/__pycache__/**
docs/build
db.sqlite3
.vscode
.vagrant
/femr_onchain/__pycache__
/main/__pycache__
/main/migrations/__pycache__
.Vagrantfile.un~
Vagrantfile~
.elasticbeanstalk
# Elastic Beanstalk Files
.elasticbeanstalk/*
!.elasticbeanstalk/*.cfg.yml
!.elasticbeanstalk/*.global.yml
.bash_history
.cache/
.sudo_as_admin_successful
.config/
.npm/
*.prof
*.log
**/.DS_Store
/static/
/photos/
/attachments/
csv/
build/
source/_autosummary
.coverage
cover/
source/app_mr.migrations.rst
source/app_mr.rst
source/app_mr.test.rst
source/app_mr.tests.rst
source/clinic_messages.migrations.rst
source/clinic_messages.rst
source/clinic_messages.test.rst
source/clinic_messages.tests.rst
source/main.csvio.rst
source/main.management.commands.rst
source/main.management.rst
source/main.migrations.rst
source/main.rst
source/main.templatetags.rst
source/main.test.rst
source/main.tests.rst
source/modules.rst
# Ignore DevSpace cache and log folder
.devspace/