1234567891011121314151617181920212223242526272829303132 |
- # Randoms
- *Thumbs.db
- *.txz
- *.tar.xz
- *.tgz
- *.tar.gz
- *.sqlite3
- *.sql
- # Python
- *.pyc
- build/
- _build/
- dist/
- __pycache__
- codered_cms.egg-info/
- coderedcms.egg-info/
- pip-wheel-metadata/
- # Editors
- .vscode/
- *~
- # Development & testing
- .coverage
- htmlcov/
- junit/
- coverage.xml
- testproject*/
- testmedia*/
- teststatic*/
- *.sqlite3
|