Hide packager files

In the .replit file you can add them with the hidden attribute, for example hidden = ["poetry.lock", "pyproject.toml", "venv", ".config", "**/__pycache__", "**/.mypy_cache", "**/*.pyc"]

1 Like