# vim
*.sw[klmnop]
# python
*.py[co~]
# Ignoring build dir
/build
/dist
/*.egg-info/
/*.eggs/
# Coverage reports
/.coverage
/htmlcov
/coverage.xml
# Ignoring profiling reports
*.prof
*.lprof
# Tox and pytest
/.tox
/.cache
/.pytest_cache
# Virtualenv
/.env*
# Type checkers
/.mypy_cache
/.pyre
/.pytype
# Hypothesis
/.hypothesis
# Custom
/server/
/manage.py
