mirror of
https://github.com/wuchubuzai2018/expert-skills-hub.git
synced 2026-09-19 08:07:55 +08:00
29 lines
267 B
Plaintext
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/ |