https://github.com/datadrivencontrol/pyvrft
Revision f731541b2d6b6270c7987b08ee6c90d662a53a4c authored by Diego Eckhard on 15 September 2019, 20:53:06 UTC, committed by Diego Eckhard on 17 September 2019, 18:22:04 UTC
1 parent 4f32dca
Raw File
Tip revision: f731541b2d6b6270c7987b08ee6c90d662a53a4c authored by Diego Eckhard on 15 September 2019, 20:53:06 UTC
Improve README
Tip revision: f731541
.gitignore
# Compiled python modules.
*.pyc

# Setuptools distribution folder.
/dist/

# Python egg metadata, regenerated from source files by setuptools.
/*.egg-info

# Python Cache
__pycache__
back to top