Files
2026-02-09 00:32:35 +08:00

29 lines
267 B
Plaintext

# macOS
.DS_Store
# Python bytecode / caches
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
# Virtual environments
.venv/
venv/
ENV/
# Packaging
build/
dist/
*.egg-info/
# Editor / IDE
.idea/
.vscode/
.github/
test/