initial commit after one day coding agent session

This commit is contained in:
Hans Aschauer 2026-02-07 07:45:57 +01:00
commit 372af75b90
88 changed files with 22694 additions and 0 deletions

20
config/allowlist.txt Normal file
View file

@ -0,0 +1,20 @@
# Package Allowlist
#
# List of Python packages that are allowed to be installed
# One package per line
# Standard library packages (implicitly allowed, listed for reference)
requests
urllib3
certifi
# Data science
numpy
pandas
scipy
matplotlib
seaborn
# Utilities
python-dateutil
pytz