# Byte-compiled files __pycache__/ *.py[cod] # Distribution / packaging .Python env/ venv/ ENV/ env.bak/ venv.bak/ *.egg-info/ dist/ build/ # IDE and editor files .idea/ .vscode/ *.swp *.swo *.sublime-project *.sublime-workspace # Jupyter Notebook checkpoints .ipynb_checkpoints # Python virtual environments .venv/ venv/ ENV/ env/ # Test and coverage reports .coverage *.cover *.log nosetests.xml coverage.xml *.cover *.py,cover *.egg *.egg-info/ dist/ build/ *.whl # Pytest cache .pytest_cache/ # MyPy .mypy_cache/ .dmypy.json dmypy.json # Pyre type checker .pyre/ # Pylint pylint-report.txt pylint-output.txt # Other files *.DS_Store *.db *.sqlite3 *.sqlite *.log *.pot *.mo *.pyc *.pyo *.pyd