fb39af126a
- 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)
38 lines
519 B
Plaintext
38 lines
519 B
Plaintext
# Virtual environment
|
|
.venv/
|
|
|
|
# Python build artifacts
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# Package build
|
|
*.egg-info/
|
|
|
|
# vendor dirs
|
|
vendor/*
|
|
!vendor/.empty
|
|
webui/static/vendor/*
|
|
!webui/static/vendor/.empty
|
|
|
|
# Tool caches
|
|
.pytest_cache/
|
|
.ruff_cache/
|
|
|
|
# Local AI tool config (contains internal hostnames)
|
|
opencode.json
|
|
opencode.json.pwenv
|
|
*PLAN.md
|
|
|
|
# Playwright MCP artifacts
|
|
.playwright-mcp/
|
|
|
|
# Node dependencies (debugging only, never committed)
|
|
node_modules/
|
|
package.json
|
|
package-lock.json
|
|
|
|
# Runtime artifacts
|
|
build/
|
|
config/
|
|
data/
|