Files
tokenresearch/.gitignore
2026-06-03 11:00:50 +08:00

16 lines
156 B
Plaintext

.venv/
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
build/
dist/
*.egg-info/
.env
devicelist.env
.DS_Store