Full-stack implementation: FastAPI backend with PAM auth, WebSocket stats/terminal, and vanilla JS frontend with tiling desktop shell. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
23 lines
200 B
Text
23 lines
200 B
Text
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.egg-info/
|
|
venv/
|
|
.venv/
|
|
|
|
# Atlus runtime
|
|
.atlus_data/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Build artifacts
|
|
atlus-*.tar.gz
|
|
|
|
# Claude dev config
|
|
.claude/
|