# python specific *.DS_Store *.egg-info *.pot *.py[co] .tox/ *.ipynb .ipynb_checkpoints/ __pycache__ MANIFEST .coverage cache/ .mypy_cache/ # Django specific dist/ docs/_build/ docs/locale/ tests/coverage_html/ tests/.coverage build/ tests/report/ *.sqlite3 static/ # project specific env-grady/ env/ .venv/ scripts/ coverage_html/ .public/ *.csv .importer* *.sublime-* .idea/ .vscode/ anon-export/ public/ geckodriver.log # node node_modules secret dump.sql .pytest_cache/