.venv/ .venv*/ .311/ .3[0-9][0-9]/ logs/ .claude/* CLAUDE.md __pycache__/ *.pyc *.pyo *.egg-info/ dist/ build/ decnet-compose.yml # Per-topology compose fragments emitted by `decnet topology deploy`. decnet-topology-*-compose.yml # Docker build context cache. .docker/ decnet-state.json *.ini decnet.log* *.loggy *.nmap linterfails.log webmail windows1 *.db *.db-shm *.db-wal decnet.*.log # Rotated copies (logrotate appends .1, .2, .gz...) — the existing # decnet.*.log glob doesn't catch the suffix. decnet.*.log.* decnet.json .env* .env.local .coverage .hypothesis/ profiles/* tests/test_decnet.db* # Nested git clone of the wiki — not a submodule, just a local # working copy so we can edit docs without a full round-trip. wiki-checkout/ # Scratch test/debug outputs that leak from saved `pytest > hang.log` # or `pytest > schem` redirections. hang.log schem *.pytest.log # pydeps-style dependency graph dumps from local analysis runs. deps.txt