-
Notifications
You must be signed in to change notification settings - Fork 35
/
.gitignore
68 lines (58 loc) · 946 Bytes
/
.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
Python
__pycache__/
*.pyc
*.pyo
*.pyd
*.pyc
*.pyo
*.pyz
*.pyzw
*.pyc
*.pyo
*.pyd
*.pyc
*.pyo
*.pyz
*.pyzw
*.pytest_cache/
# Virtual Environment
venv/
ENV/
env/
# If you're using Poetry for dependency management, add the following line
# poetry.lock
# AWS Terraform
.terraform/
terraform.tfstate
terraform.tfstate.backup
*.tfvars
*.tfstate
# Ignore local AWS credentials or configuration
.aws/credentials
.aws/config
# Ignore IDE specific files
.vscode/
*.idea/
*.vscode/
# Ignore compiled Python files or bytecode
*.pyc
# Ignore any local development files or sensitive data
*.env
*.log
# ssh keys ignore
*id_rsa
*id_rsa.pub
*.DS_Store
*cobra-scenario-1-output.json
*cobra-scenario-2-output.json
*cobra-scenario-3-output.json
*cobra-scenario-4-output.json
*cobra-scenario-5-output.json
*-output.json
*aws-scenario-*
*gcp-scenario*
*token.txt
*cobra-as1-report.html
*cobra-as2-report.html
*cnbas-as1-report.html
*cnbas-as2-report.html