Files
pyxray/.dockerignore
2026-05-27 09:50:38 +08:00

29 lines
193 B
Plaintext

.git
.gitignore
.dockerignore
.venv
venv
env
__pycache__
*.py[cod]
*.pyo
*.pyd
.pytest_cache
.ruff_cache
.mypy_cache
.pyre
.coverage
htmlcov
data
.v2rayA
*.tmp
*.log
Dockerfile
docs
tests