mirror of
https://github.com/dredx/prole.git
synced 2026-09-23 10:13:58 +00:00
- Refactored installer UI with updated canvas rendering, sidebar navigation, and footer buttons. - Enhanced styling for macOS compatibility and consistent design across controls. - Added Pytest-based unit tests for `screen.py` and `config.py`. - Expanded dependency catalog with new tools like `tshark` and `pyshark`. - Improved error tolerance for background rendering and added placeholders for Kerberos configuration.
47 lines
674 B
Plaintext
47 lines
674 B
Plaintext
/.DS_Store
|
|
/.gitignore
|
|
/__pycache__/
|
|
/bin/*
|
|
!/bin/prole-env.sh
|
|
!/bin/prole-kpf.sh
|
|
/lib/
|
|
/include/
|
|
/.idea/
|
|
/.vagrant/
|
|
/.vscode/
|
|
/.venv/
|
|
/prole-tools-app/dist/
|
|
/prole-tools-app/.build/
|
|
/prole-tools-app/.build-cli/
|
|
|
|
# Secrets and local config
|
|
*-password.txt
|
|
*secret.yaml
|
|
/secrets/
|
|
/conf/
|
|
/data/
|
|
/logs/
|
|
/storage/
|
|
/target/
|
|
/pyvenv.cfg
|
|
.output.txt
|
|
deploy/gcp/terraform-setup.txt
|
|
.terraform/
|
|
.terraform.lock.hcl
|
|
|
|
# Large binaries
|
|
*.zip
|
|
*.tar.gz
|
|
|
|
# Coverage and testing
|
|
.coverage
|
|
htmlcov/
|
|
.pytest_cache/
|
|
|
|
# Unreal Engine artifacts
|
|
/workstation/Prole/Binaries/
|
|
/workstation/Prole/Intermediate/
|
|
/workstation/Prole/Saved/
|
|
/workstation/Prole/DerivedDataCache/
|
|
/workstation/Prole/Build/
|