Initial commit: TMT lightweight threat modeling toolkit

This commit is contained in:
Kevin Thomas
2026-02-07 13:54:28 -05:00
commit 717a0b819f
29 changed files with 4214 additions and 0 deletions
+69
View File
@@ -0,0 +1,69 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Distribution / packaging
build/
dist/
*.egg-info/
*.egg
sdist/
wheels/
# Virtual environments
.venv/
venv/
ENV/
# IDE / editor
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# Testing / coverage
.pytest_cache/
htmlcov/
.coverage
.coverage.*
coverage.xml
*.cover
# Reports (generated output)
reports/
# Environment variables
.env
.env.*
# Jupyter
.ipynb_checkpoints/
# Large model / data files
*.h5
*.hdf5
*.pkl
*.pickle
*.joblib
*.parquet
*.feather
*.arrow
*.onnx
*.pt
*.pth
*.bin
*.safetensors
*.gguf
*.ggml
*.tar.gz
*.zip
*.gz
*.bz2
*.xz
*.7z
# Logs
*.log