DEBSOURCES
Skip Quicknav
sources / python-altruistclient / 0.1.1-1 / .gitignore
123456789101112131415
# Build artifacts build/ dist/ *.egg-info/ # Python cache __pycache__/ *.py[cod] .pytest_cache .mypy_cache # Virtual environments .env/ .venv/ venv/