Files
RSSHub-python/.gitignore
2020-05-05 17:00:43 +08:00

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