Files
grepo-remote/.gitignore
2026-05-05 20:29:35 +03:00

16 lines
139 B
Plaintext

__pycache__/
*.py[cod]
*.egg-info/
.cache/
venv/
env/
ENV/
.env
.venv
.pytest_cache/
instance/
/.vscode/
.DS_Store
grepo.db
data/
3rdparty/