Files
freezer-api/.gitignore
Fausto Marzi d55b4c51e5 Added .gitignore .pylintrc, enabled pylint, fixed pylint error
Now the pylint env is enabled in tox.ini. Also .gitignore
and .pylintrc are available part of the repo.

Change-Id: I81078bd95c6aaf8dee2a8d36f0d782a457bd4b94
2015-08-04 22:56:05 +01:00

28 lines
294 B
Plaintext

__pycache__
dist
build
.venv
tests/scenario/.vagrant
.idea
.autogenerated
.coverage
cover/
coverage.xml
*.sw?
.tox
*.egg
*.egg-info
*.py[co]
.DS_Store
*.log
.testrepository
subunit.log
# Django files that get created during the test runs
.secret_key_store
*.lock
# Coverage data
.coverage.*