Skip to content
Snippets Groups Projects

Refactor

Merged Jan Maximilian Michal requested to merge refactor into master
2 files
+ 10
8
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 27
0
# python specific
*.egg-info
*.pot
*.py[co]
.tox/
__pycache__
MANIFEST
.coverage
cache/
# Django specific
dist/
docs/_build/
docs/locale/
tests/coverage_html/
tests/.coverage
build/
tests/report/
*.sqlite3
static/
# project specific
env-grady/
env/
scripts/
*.csv
.importer*
Loading