Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 27 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,31 @@ package-lock.json
.pytest_cache
.ruff_cache
.vscode
.mypy_cache/
# Ignore Python bytecode files
__pycache__/
__pycache__/
*.py[cod]
*.egg-info/
*.eggs/
dist/
build/
.eggs/
# Ignore Terraform directories and files
.terraform/
.terraform.lock.hcl
*.tfstate
*.tfstate.*
.tfvars
.tfvars.json
override.tf
override.tf.json
*_override.tf
*_override.tf.json
# Ignore IDE and OS files
.env
.env.local
*.swp
*.swo
*~
.idea/
*.iml
Binary file not shown.