368873e738
a Collection class that can be used to call a collection used this for the list and receive rest api.
30 lines
392 B
Plaintext
30 lines
392 B
Plaintext
# General
|
|
*.pyc
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Virtual Environment
|
|
.virtualenv/*
|
|
.venv/*
|
|
|
|
# Javascript tools and libraries
|
|
node_modules/*
|
|
bower_components/*
|
|
|
|
# Local user data (settings, database, media, search index, static files)
|
|
personal_data/*
|
|
openslides/static/*
|
|
|
|
# Package building/IDE
|
|
docs/_build/*
|
|
*.egg-info
|
|
build/*
|
|
dist/*
|
|
.DS_Store
|
|
.idea
|
|
|
|
# Unit test and coverage reports
|
|
.coverage
|
|
tests/file/*
|