mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 15:36:27 +00:00

By now, it will only test the coding style rules defined for the project, which are basically a few exceptions to the PEP8.
13 lines
210 B
Text
13 lines
210 B
Text
*.pyc
|
|
# Jekyll-generated files
|
|
Gemfile.lock
|
|
_site/
|
|
# When developing for ec2 `vagrant provision' is quite handy
|
|
/Vagrantfile
|
|
/.vagrant
|
|
# Building the package
|
|
/build
|
|
/dist
|
|
/bootstrap_vz.egg-info
|
|
# Testing
|
|
/.tox
|