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

21 lines
160 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/