Hasan Iqbal
Working towards prereleasing
c2f8c9c unverified
raw
history blame contribute delete
382 Bytes
# MacOS
.DS_Store
# Terraform Specific
**/.terraform/*
ignore.*.tfvars
# IDE specific
.idea/
.vscode/
# Project Specific
DEVNOTES
tmp/
dev*.json
.env
# Python Specific
.venv/
__pycache__/
*.pyc
build/
dist/
*.egg-info/
# Logs and Output
*.log
passage.json
questions.txt
verification_error.txt
error_output.txt
# Doc Specific
**/reference/api/*
# Assets Specific
**/assets/*/*