Initial commit.

This commit is contained in:
2025-06-16 08:27:30 -04:00
commit 987cce1687
3 changed files with 7 additions and 0 deletions

4
README.md Normal file
View File

@@ -0,0 +1,4 @@
# Velo Threat Hunter UI v2
- React + Flask + Tailwind
- Sidebar layout with icons
- Ready to extend

1
backend/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
venv

2
frontend/.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
node_modules
dist