merge: testing → main (reconcile 2-week divergence)
This commit is contained in:
34
.gitignore
vendored
34
.gitignore
vendored
@@ -1,6 +1,10 @@
|
||||
.venv/
|
||||
.venv*/
|
||||
.311/
|
||||
.3[0-9][0-9]/
|
||||
logs/
|
||||
.claude/
|
||||
.claude/*
|
||||
CLAUDE.md
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
@@ -8,9 +12,12 @@ __pycache__/
|
||||
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
|
||||
.env
|
||||
decnet.log*
|
||||
*.loggy
|
||||
*.nmap
|
||||
@@ -18,8 +25,29 @@ 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*
|
||||
.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
|
||||
|
||||
Reference in New Issue
Block a user