mirror of
https://github.com/d0zingcat/RSSHub-python.git
synced 2026-05-13 15:09:18 +00:00
23 lines
265 B
Plaintext
23 lines
265 B
Plaintext
# Byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
*.py[cod]
|
|
.pytest_cache
|
|
|
|
# Distribution / packaging
|
|
build/
|
|
dist/
|
|
*.egg-info/
|
|
.idea
|
|
venv
|
|
|
|
# Others
|
|
.vscode
|
|
.coverage
|
|
htmlcov/
|
|
data-dev.db
|
|
|
|
.env
|
|
#Dockerfile
|
|
# google_analytics.py
|
|
.deta
|
|
.vercel |