Codebase list flask-restless / master .gitignore
master

Tree @master (Download .tar.gz)

.gitignore @masterraw · history · blame

*.pyc

# local TODO notes
TODO

# coverage files
*.coverage
htmlcov
cover

# temporary files
*~

# database files
*.sqlite

# virtualenv environments
env*/

# build artifacts from python setup.py build or python setup.py install
build/
dist/
*egg*/
docs/_build