Docker support for Archon V4

This commit is contained in:
Cole Medin
2025-02-28 08:35:18 -06:00
parent 4e72bc77ce
commit ee5d70c4c8
26 changed files with 1057 additions and 281 deletions

38
.dockerignore Normal file
View File

@@ -0,0 +1,38 @@
# Ignore specified folders
iterations/
venv/
.langgraph_api/
.github/
__pycache__/
.env
# Git related
.git/
.gitignore
.gitattributes
# Python cache
*.pyc
*.pyo
*.pyd
.Python
*.so
.pytest_cache/
# Environment files
.env.local
.env.development.local
.env.test.local
.env.production.local
# Logs
*.log
# IDE specific files
.idea/
.vscode/
*.swp
*.swo
# Keep the example env file for reference
!.env.example