29 lines
270 B
Plaintext
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 |