__pycache__/ *.py[cod] *$py.class venv/ .env/ .venv/ .idea/ *.sqlite3 staticfiles/ media/ *.log logs/ *.pot .DS_Store Thumbs.db .env .env.* **/migrations/__pycache__/ **/migrations/*.pyc *.pid *.tar *.bak *.swp htmlcov/ .coverage .coverage.* .cache nosetests.xml coverage.xml *.cover *.py,cover .tox/ .cache/ pytest_cache/ .ipynb_checkpoints .mypy_cache/ .dmypy.json .pyre/ .vscode/