Files
pyxray/.gitignore
2026-05-27 00:57:55 +08:00

29 lines
270 B
Plaintext

# 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