first commit

This commit is contained in:
2025-11-24 23:10:55 -06:00
commit 8315fa51c9
279 changed files with 74600 additions and 0 deletions

37
.gitignore vendored Normal file
View File

@@ -0,0 +1,37 @@
# Output files (scan reports and screenshots)
output/
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
ENV/
.venv
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
#AI helpers
.claude/
# OS
.DS_Store
Thumbs.db
# Docker
.dockerignore
# Secrets
.env
# Logs
logs/
app/logs/
*.log