-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
100 lines (94 loc) · 1.07 KB
/
.gitignore
File metadata and controls
100 lines (94 loc) · 1.07 KB
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
.DS_Store
# Python
*.pyc
*.pyo
*.pyd
__pycache__/
*.egg-info/
dist/
build/
*.egg
*.swp
*.swo
*.swn
*.bak
*.pyc
*.pyo
*.pyd
*.pyw
*.pyz
*.pywz
*.pyzz
*.pyc
*.pyo
*.pyd
*.pyw
*.pyz
*.pywz
*.pyzz
*.bak
*.swp
*.swo
*.swn
*.egg-info/
dist/
build/
.vscode/
.venv/
logs/
.logs/
.env
.settings/secrets.toml
.settings/production.toml
.secrets/
.secrets.toml
sandbox.py
.pytest_cache/
commit_msg.txt
snapshot.txt
.ruff_cache
.mypy_cache
.monkeytype_modules
monkeytype.sqlite3
.monkeytype_module_paths
.mypy_errors.log
.profiles/
*.prof
helpers/_code_lang_checker/
.tests_saves
htmlcov/
coverage.xml
.coverage*
.benchmarks/
profile_output.prof
vault.token
*.pem
*.key
*.hlc
infra/database/document/mongo/mongo-keyfile
monitoring/alertmanager/config.yml
diff.txt
todo.md
tree.txt
prompts.md
edit.diff
site/
# Terraform state
terraform.tfstate
terraform.tfstate.*
*.tfstate
*.tfstate.*
# Plugins/cache directory
.terraform/
# Binary plans
*.tfplan
# Local/sensitive variables
*.tfvars
!*.tfvars.example
# Local overrides
override.tf
override.tf.json
*_override.tf
*_override.tf.json
# Crash logs
crash.log