Initial ThreatLens release
This commit is contained in:
Executable
+29
@@ -0,0 +1,29 @@
|
||||
# ── Secrets & local data (never bake into the image) ──
|
||||
.env
|
||||
data/
|
||||
*.db
|
||||
*.log
|
||||
|
||||
# ── Python ──
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
.venv/
|
||||
venv/
|
||||
env/
|
||||
*.egg-info/
|
||||
.pytest_cache/
|
||||
.mypy_cache/
|
||||
.ruff_cache/
|
||||
|
||||
# ── Git / CI / docs ──
|
||||
.git/
|
||||
.gitignore
|
||||
.github/
|
||||
README.md
|
||||
|
||||
# ── OS / editor ──
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
.idea/
|
||||
.vscode/
|
||||
Reference in New Issue
Block a user