Hermes WebUI v0.1.0 — initial public release
This commit is contained in:
26
.gitignore
vendored
Normal file
26
.gitignore
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
# Python cache
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
|
||||
# Backup and temporary files
|
||||
*.bak
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# Archive directory (pre-git backups, kept on disk but not tracked)
|
||||
archive/
|
||||
|
||||
# Local environment and secrets (but keep the example template)
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
|
||||
# Generated screenshots and transient artifacts
|
||||
screenshot-*.png
|
||||
full-UI.png
|
||||
|
||||
# OS files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
Reference in New Issue
Block a user