forked from opensupplyhub/open-apparel-registry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
66 lines (58 loc) · 1.32 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
# Compiled files
*.pyc
__pycache__/
# Terraform
.terraform
.terraform/
*.tfplan
*.tfstate
*.tfstate.backup
*.tfvars
# Ansible
deployment/ansible/roles/azavea.*
*.retry
# Vagrant
.vagrant
# JS
node_modules/
npm-debug.log
bundle.js
vendor.bundle.js
bundle.js.map
dist/
build/
yarn-error.log
# macOS
.DS_Store
# OAR
.env
factories.csv
*_factories.csv
src/django/static
research/dedupe/data
research/dedupe/dedupe/facilities_learned_settings
research/dedupe/dedupe/facilities_output.csv
research/dedupe/dedupe/facility_list_items.csv
research/dedupe/dedupe/facilities_training.json
research/dedupe/dedupe/facilities_deduped.csv
research/rubota/rubota_facilities.csv
research/dedupe/gazetteer/gazetteer_learned_settings
research/dedupe/gazetteer/gazetteer_messy.csv
research/dedupe/gazetteer/gazetteer_messy_pass_2.csv
research/dedupe/gazetteer/gazetteer_output.csv
research/dedupe/gazetteer/gazetteer_pass_2_output.csv
research/dedupe/gazetteer/gazetteer_training.json
# Lambda
deployment/terraform/lambda-functions/**/*.zip
deployment/terraform/lambda-functions/**/*.out
deployment/terraform/lambda-functions/**/src/*
!deployment/terraform/lambda-functions/alert_batch_failures/src/alert_batch_failures.py
!deployment/terraform/lambda-functions/alert_sfn_failures/src/alert_sfn_failures.py
# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/