mirror of
https://github.com/d0zingcat/RSSHub-python.git
synced 2026-05-14 07:26:44 +00:00
23 lines
253 B
Plaintext
23 lines
253 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
|
|
uwsgi.ini
|
|
Dockerfile
|
|
.dockerignore
|