Initial commit: CHORUS Services documentation and project setup

This commit is contained in:
tony
2025-08-01 09:11:58 +10:00
commit 2ca03a3e2d
4 changed files with 839 additions and 0 deletions

48
.gitignore vendored Normal file
View File

@@ -0,0 +1,48 @@
# CHORUS Services .gitignore
# Environment files
.env
.env.local
.env.*.local
# Dependencies
node_modules/
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
env/
venv/
ENV/
# IDE files
.vscode/
.idea/
*.swp
*.swo
*~
# OS files
.DS_Store
Thumbs.db
# Build outputs
dist/
build/
*.egg-info/
# Logs
*.log
logs/
# Database
*.db
*.sqlite
# Docker
.dockerignore
# Temporary files
tmp/
temp/