OpenSlides/.gitignore
Oskar Hahn 6b2645d11c reordered the tests
moved the tests from the openslides-module to an own module
configured coverage
2012-11-24 15:00:17 +01:00

19 lines
214 B
Plaintext

.venv/*
openslides/.venv/
*.pyc
*.swp
openslides/settings.py
database.db
*~
extras/website/*
extras/website-old/*
docs/_build/*
*.egg-info
build/*
dist/*
.DS_Store
# Unit test / coverage reports
.coverage
htmlcov