# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.pytest_cache/
.ruff_cache/
.mypy_cache/
.pyre/
.coverage
htmlcov/

# Virtual environments
.venv/
venv/
env/

# Local runtime data
nodes.toml
state.toml
settings.toml
runtime.toml
config.json
xray.log
xray/
*.tmp

.v2rayA
data