23 lines
376 B
Plaintext
23 lines
376 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
|
|
|
|
# Runtime data configs (source-of-truth for services)
|
|
config/dnsmasq/config.json
|
|
config/nginx/config.json
|
|
config/wireguard/config.json
|
|
data/nginx/sites-enabled/
|