initial commit after one day coding agent session
This commit is contained in:
commit
372af75b90
88 changed files with 22694 additions and 0 deletions
20
config/allowlist.txt
Normal file
20
config/allowlist.txt
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue