atlus/.gitignore
roberts f9743bb29a Initial commit — Atlus web desktop environment for SBCs
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>
2026-03-14 16:53:46 -05:00

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/