Files
pj0333-full-duplex/.dockerignore
T
2025-07-18 16:11:24 -04:00

19 lines
158 B
Plaintext

*.egg-info
__pycache__
.pytest_cache
.ruff_cache
.env
.env.*
.DS_Store
.idea
.venv
.vscode
*.pyc
*.pyo
*.pyd
.git
.gitignore
README.md
LICENSE
.github
tests/