Files
vacuum-wall/.gitignore
T

31 lines
421 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/
# Node dependencies (debugging only, never committed)
node_modules/
package.json
package-lock.json
# Runtime artifacts
build/
config/
data/