-
Jan Maximilian Michal authoredJan Maximilian Michal authored
.gitignore 588 B
# If you need to exclude files such as those generated by an IDE, use
# $GIT_DIR/info/exclude or the core.excludesFile configuration variable as
# described in https://git-scm.com/docs/gitignore
# 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/
static/
tests/report/
*.sqlite3
env/
static/
# project specific
env-grady/
env/
scripts/
*.csv
*.json
.importer*
# operation system
.DS_Store
# ide specific
*.sublime-*
.idea/
# Node specific
node_modules/