Archon Architecture POC - Three-Layer Implementation #1

Merged
ezra merged 2 commits from feature/archon-poc-implementation into master 2026-04-04 12:17:03 +00:00
Showing only changes of commit 19fae5a6e5 - Show all commits

16
archon-poc/.gitignore vendored Normal file
View File

@@ -0,0 +1,16 @@
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.so
*.egg
*.egg-info/
dist/
build/
.pytest_cache/
.coverage
htmlcov/
.env
.venv
venv/