Files
RSSHub-python/.gitignore
2021-08-21 13:30:50 +08:00

23 lines
256 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
.dockerignore
uwsgi.ini.bk