-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
82 lines (65 loc) · 1.47 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
76
77
78
79
80
81
82
# Virtual environments
# Conventions vary, including env, venv, or longer names like cgap_env,
# but typically they end in "env".
*env/
# Chalice support (for Foursight)
.chalice/deployments/
.chalice/deployed/
.chalice/venv/
.chalice/config.json
# This file is automatically generated, so should not be checked in.
# See information in vendor/VENDOR.rst
# Also ignore a similar file copied from foursight, e.g. vendor/check_setup.json.fourfront
vendor/check_setup.json*
# This can be a place to move things from the vendor/ directory
# that want to be invisible to git but still saved.
vendor_disabled/
# This place is managed by the 4dn-cloud-infra commands/setup_pipeline.py script
# for cloning the cgap-pipeline repo, but could be used by other similar tools.
repositories/
# Configuration
requirements.txt
# Distribution / packaging
dist/
*.egg-info
# Python
*.pyc
__pycache__/
# Mac folder metadata
.DS_Store
# Credentials
credentials.json
token.pickle
secrets.*
config.json
config.*.json
!secrets.template.json
!config.template.json
.s3_encrypt_key.txt
s3_encrypt_key.txt
custom
custom.*
# PyCharm metadata
.idea/
# Input and Output
log/
out/
in/
test_data/knowledge_base/temp-local-inserts/*
DEBUGLOG-*
*.log
scripts/delete_pending_buckets.data.txt
# Backup files (Emacs, etc.)
*~
~$*
.~*#
# Vim
*.swp
# Pyenv
.python-version
# Kent's environment tools
.python-cmd
# Jupyter notebooks
*.ipynb_checkpoints
foursight_development/*.ipynb
!foursight_development/RunCheckAndAction.ipynb