# Terraform State Cache
.terra*
terraform/.terra*
**/.terra*
**/private_*

# Binary
**/kubesec
**/kubesec*
kubesec
kubesec*
**/default.profraw
default.profraw

# IDEs
# .vscode
# **/.vscode

# Keys
.aws
**/.aws
# NOTE: COMMENT THE NEXT LINE IF YOU ARE IN A PRIVATE FORK (AND MAKE SURE TO UNCOMMENT IF YOU ARE CONTRIBUTING TO OS PUBLIC REPO OR ANY PUBLIC FORK):
services/*/secrets
credentials
**/credentials

# Kubify
._kubify_work
**/._kubify_work
./._kubify_work
._*
kubify_config.sh
**/kubify_config.sh

# Mac
.DS_Store
**/.DS_Store
Thumbs.db
**/Thumbs.db
.Spotlight*
**/.Spotlight*
.Trash*
**/.Trash*

# Random
*.zip
**/*.zip
*.tgz
**/*.tgz
*.tar.gz
**/*.tar.gz
*.backup
**/*.backup
*.log
**/*.log
*.out
**/*.out
*.yamlbak
**/*.yamlbak
*.rdb
**/*.rdb
__pycache__
**/__pycache__
.pytest_cache
**/.pytest_cache

# Compiled Python
*.pyc
**/*.pyc
venv
**/venv
site-packages
**/site-packages

# Compiled C++
*.out
**/*.out

# Compiled NodeJS
node_modules
**/node_modules

# Compiled CSS
.sass-cache
**/.sass-cache

# Compiled CSharp
obj
**/obj
*.exe
**/*.exe
*.dll
**/*.dll

# Random Binaries
**/bootstrap/terraform
**/*-image/terragrunt

# Liscense Keys External
kubedb.txt
**/kubedb.txt# 

Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Tox
.tox
.tox/*
.tox/**
**/.tox
venv

# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# PyInstaller
#  Usually these files are written by a python script from a template
#  before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/

# Translations
*.mo
*.pot

# Django stuff:
*.log
local_settings.py

# Flask stuff:
instance/
.webassets-cache

# Scrapy stuff:
.scrapy

# Sphinx documentation
docs/_build/
**/docs/_build/

# PyBuilder
target/

# Jupyter Notebook
.ipynb_checkpoints

# pyenv
.python-version

# celery beat schedule file
celerybeat-schedule

# SageMath parsed files
*.sage.py

# dotenv
.env

# virtualenv
.venv
venv/
ENV/

# Spyder project settings
.spyderproject
.spyproject

# Rope project settings
.ropeproject

# mkdocs documentation
/site

# mypy
.mypy_cache/

# IDE settings
# .vscode/
.idea/

# Reports
*-report
*-report/**
reports/

# mac
.DS_Store
**/.DS_Store
.tfcache
**/.tfcache
.pytest-kind
tfenv

# and
.pytest-kind/
.pytest_cache/
.tfcache/
kubify.log
kubify/__pycache__/
kubify/src/__pycache__/
kubify/src/aws/__pycache__/
kubify/src/core/__pycache__/
**/.git
**/node_modules
*.log
**/*.log