Codebase list python-popcon / HEAD .gitignore
HEAD

Tree @HEAD (Download .tar.gz)

.gitignore @HEADraw · history · blame

*.py[co]
__pycache__/

build/
dist/
*.egg-info/

.coverage
htmlcov/

venv/