Files
vacuum-wall/.gitignore
T
mteehan f81be96e59 add: track shared modules, vendor scripts, and update gitignore
- lib/common.py: shared run/load_json/save_json utilities
- webui/api/common.py: _ok/_error response helpers
- webui/static/htmx.min.js, json-enc.js: vendored frontend deps
- scripts/update-vendor.sh: frontend vendor updater
- vendor/acme.sh: bundled ACME client
- .gitignore: add .playwright-mcp/ and opencode.json.pwenv
2026-05-25 01:13:34 +00:00

26 lines
321 B
Plaintext

# Virtual environment
.venv/
# Python build artifacts
__pycache__/
*.pyc
# Package build
*.egg-info/
# Tool caches
.pytest_cache/
.ruff_cache/
# Local AI tool config (contains internal hostnames)
opencode.json
opencode.json.pwenv
# Playwright MCP artifacts
.playwright-mcp/
# Runtime artifacts
build/
config/
data/