forked from CMSgov/bluebutton-web-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
67 lines (62 loc) · 1.62 KB
/
.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
# Generic
*.pyc
*.komodoproject
*~
.cache/
# Django
/_start/settings/local.py
local.py
collectedstatic/
# Testing
.tox/
# Database
*.db
db.sqlite3
# System
.DS_Store
/_start/app-email-messages/
/hhs_oauth_server/settings/local.py
.idea/
apps/__pycache__/
apps/accounts/__pycache__/
apps/accounts/migrations/__pycache__/
apps/accounts/tests/__pycache__/
apps/accounts/views/__pycache__/
apps/api/__pycache__/
apps/capabilities/__pycache__/
apps/capabilities/migrations/__pycache__/
apps/cmsblue/__pycache__/
apps/core/__pycache__/
apps/core/management/__pycache__/
apps/core/management/commands/__pycache__/
apps/dot_ext/__pycache__/
apps/dot_ext/migrations/__pycache__/
apps/dot_ext/tests/__pycache__/
apps/dot_ext/views/__pycache__/
apps/education/__pycache__/
apps/eimm/__pycache__/
apps/eimm/forms/__pycache__/
apps/eimm/migrations/__pycache__/
apps/eimm/templates/__pycache__/
apps/eimm/templates/eimm/__pycache__/
apps/endorse/__pycache__/
apps/endorse/migrations/__pycache__/
apps/fhir/__pycache__/
apps/fhir/bluebutton/__pycache__/
apps/fhir/bluebutton/fixtures/__pycache__/
apps/fhir/bluebutton/migrations/__pycache__/
apps/fhir/bluebutton/tests/__pycache__/
apps/fhir/bluebutton/views/__pycache__/
apps/fhir/fhir_core/__pycache__/
apps/fhir/fhir_core/fixtures/__pycache__/
apps/fhir/fhir_core/tests/__pycache__/
apps/fhir/server/__pycache__/
apps/fhir/server/migrations/__pycache__/
apps/fhir/server/tests/__pycache__/
apps/fhir/server/views/__pycache__/
apps/fhir/tests/__pycache__/
apps/home/__pycache__/
apps/home/templatetags/__pycache__/
apps/nppes_handler/__pycache__/
hhs_oauth_server/__pycache__/
hhs_oauth_server/settings/__pycache__/