Files
spider/.gitignore
爱喝水的木子 f7e23f2eb1 ax
2026-03-24 15:45:57 +08:00

25 lines
171 B
Plaintext

__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
.venv/
venv/
env/
ENV/
.pytest_cache/
.mypy_cache/
.ruff_cache/
downloads/
logs/
*.log
.vscode/
.idea/
.DS_Store
Thumbs.db