-
Notifications
You must be signed in to change notification settings - Fork 133
/
.gitignore
75 lines (74 loc) · 2.09 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
68
69
70
71
72
73
74
75
# http://git-scm.com/docs/gitignore
.DS_Store
*.pyc
_package-env/
_python-env/
bower_components/
dist/
node_modules/
npm-debug.log
openfda-*.zip
openfda.egg-info/
tmp/
openfda/annotation_table/data/
openfda/faers/data/
openfda/res/data/
data
/.idea
api/faers/.idea
openfda/log_parsers/aws_logs
openfda/log_parsers/aws_logs_stats
logs
api/.idea
watchdog
/.eggs/
/api/faers/package-lock.json
/openfda/spl/package-lock.json
/apiserver.sh
/nosetests.xml
/nosetests_integration.sh
/start_pipelines.sh
/nosetests_unit.sh
/.coverage
/cover/openfda_adae_annotate_py.html
/cover/openfda_adae_pipeline_py.html
/cover/openfda_adae_py.html
/cover/openfda_annotation_table_extract_unii_py.html
/cover/openfda_annotation_table_pipeline_py.html
/cover/openfda_annotation_table_py.html
/cover/openfda_annotation_table_unii_harmonization_py.html
/cover/openfda_app_py.html
/cover/openfda_caers_py.html
/cover/openfda_classification_py.html
/cover/openfda_common_py.html
/cover/openfda_config_py.html
/cover/openfda_covid19serology_pipeline_py.html
/cover/openfda_covid19serology_py.html
/cover/openfda_deploy_py.html
/cover/openfda_deploy_refresh_test_responses_py.html
/cover/openfda_device_clearance_py.html
/cover/openfda_device_harmonization_pipeline_py.html
/cover/openfda_device_harmonization_py.html
/cover/openfda_device_pma_py.html
/cover/openfda_device_recall_py.html
/cover/openfda_device_udi_pipeline_py.html
/cover/openfda_device_udi_py.html
/cover/openfda_downloadstats_py.html
/cover/openfda_elasticsearch_requests_py.html
/cover/openfda_export_py.html
/cover/openfda_faers_annotate_py.html
/cover/openfda_faers_py.html
/cover/openfda_index_util_py.html
/cover/openfda_maude_join_maude_py.html
/cover/openfda_maude_py.html
/cover/openfda_ndc_annotate_py.html
/cover/openfda_ndc_pipeline_py.html
/cover/openfda_ndc_py.html
/cover/openfda_nsde_py.html
/cover/openfda_py.html
/openfda/spl/.idea/codeStyles/codeStyleConfig.xml
/notebooks/.ipynb_checkpoints/historic_img_processing_expandv3_all_docs-checkpoint.ipynb
/ppm_image_files/
/notebooks/.ipynb_checkpoints/historic_img_analysis-gen_data-checkpoint.ipynb
/nose2-junit.xml
/coverage.xml