docs: update documentation and project structure
- Update AGENTS.md, README.md, and docs/* with revisions - Refactor lib/acme.py and lib/state.py - Add tests for acme module - Remove install.sh and restart-services.sh (moved to scripts/) - Normalize vendor files (acme.sh, htm.js)
This commit is contained in:
@@ -8,6 +8,12 @@ __pycache__/
|
||||
# Package build
|
||||
*.egg-info/
|
||||
|
||||
# vendor dirs
|
||||
vendor/*
|
||||
!vendor/.empty
|
||||
webui/static/vendor/*
|
||||
!webui/static/vendor/.empty
|
||||
|
||||
# Tool caches
|
||||
.pytest_cache/
|
||||
.ruff_cache/
|
||||
|
||||
Reference in New Issue
Block a user