.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
