Skip to content
Snippets Groups Projects

Refactor

Merged Jan Maximilian Michal requested to merge refactor into master
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
+ 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