bootstrap-vz/.gitignore
Rory Finnegan 708c3d589e Fixed previous yaml load commit and added a tox.ini file.
DETAILS:
- Apparently a potential security issue with yaml.load vs yaml.safe_load.
  Like pickling, yaml.load could result in arbitrary code being run.
- tox.ini file includes the flake8 settings for this project, build spec for 2.7
  and line for eventually testing the project.
2014-04-15 20:29:01 -05:00

12 lines
188 B
Text

*.pyc
# Jekyll-generated files
Gemfile.lock
_site/
# When developing for ec2 `vagrant provision' is quite handy
/Vagrantfile
/.vagrant
/build
/dist
/bootstrap_vz.egg-info
/.tox
/.coverage