Initial commit

This commit is contained in:
cproudlock
2025-12-18 16:54:46 -05:00
commit 8def267b5f
8 changed files with 2607 additions and 0 deletions

24
.gitignore vendored Normal file
View File

@@ -0,0 +1,24 @@
# Config files with credentials
config.ini
*.ini
!config.example.ini
# Report output
reports/
*.html
*.xlsx
# Python
__pycache__/
*.py[cod]
*$py.class
.Python
venv/
env/
.venv/
# IDE
.idea/
.vscode/
*.swp
*.swo