Files
RSSHub-python/.gitignore
2020-02-05 12:44:53 +08:00

19 lines
213 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