- Add AGENTS.md with repo-specific conventions, build steps, and quirks - Add PATCHES_AND_MODULES.md documenting every upstream deviation - Add tests/ with pytest/slixmpp integration suite for core, MUC, vnctalk extensions, and infrastructure verification - Include pytest.ini and .gitignore Part-of: <http://gitlab.vnc.biz/uxf/vnctalk-prosody/-/merge_requests/3>
15 lines
125 B
Plaintext
15 lines
125 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.egg-info/
|
|
|
|
# Virtualenvs
|
|
tests/venv/
|
|
venv/
|
|
.venv/
|
|
env/
|
|
|
|
# pytest
|
|
.pytest_cache/
|