forked from cloud-custodian/cloud-custodian
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
64 lines (60 loc) · 1.07 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
*.pyc
*.egg-info/
*.swp
.eggs/
.terraform
.terraform.lock.hcl
# c7n/version.py
src/
deps/
include/
lib/
bin/
!tools/c7n_azure/c7n_azure/function_binding_resources/bin
tools/c7n_azure/c7n_azure/function_binding_resources/obj/
tools/c7n_azure/c7n_azure/cache
dist/
man/
lib64
.Python
pip-selfcheck.json
coverage/
.coverage
tmp/
docs/source/generated/
docs/build/
cache/
policies/
local/
*~
share/
out/
.DS_STORE
.tox/
results.xml
.idea/
.vscode/
!.vscode/*.sample
.pytest_cache/
pip-wheel-metadata/
pyvenv.cfg
junit
/.vs
# awscc data files are downloaded when doing a dev install / and packaged up in binary wheels.
tools/c7n_awscc/c7n_awscc/data/*.json
# these files get copied/generated during doc builds
docs/source/overview\.rst
docs/source/tools/*\.md
docs/source/*/resources
docs/source/tools/assets/
.tfcache
.env
.venv
.python-version
# files generated during "make test"
tests/data/vcr_cassettes/test_output/default_bucket_region_public.yaml
# custodian docs suggest using a venv dir called "custodian" so ignore it
custodian*/
venv*/
# files generated during "make data-update"
iam_docs/