-
-
Save mans0954/cc4634a8406994a289ca to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# for web2py | |
cache | |
databases | |
errors | |
sessions | |
uploads | |
# inherit https://github.com/github/gitignore/blob/master/Python.gitignore | |
*.py[co] | |
# Packages | |
*.egg | |
*.egg-info | |
dist | |
build | |
eggs | |
parts | |
bin | |
var | |
sdist | |
develop-eggs | |
.installed.cfg | |
# Installer logs | |
pip-log.txt | |
# Unit test / coverage reports | |
.coverage | |
.tox | |
#Translations | |
*.mo | |
#Mr Developer | |
.mr.developer.cfg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment