# Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] *$py.class # C extensions *.so # Distribution / packaging .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ share/python-wheels/ *.egg-info/ .installed.cfg *.egg MANIFEST # Installer logs pip-log.txt pip-delete-this-directory.txt # Unit test / coverage reports htmlcov/ .tox/ .nox/ .coverage .coverage.* .cache nosetests.xml coverage.xml *.cover *.py,cover .hypothesis/ .pytest_cache/ cover/ # Translation files *.mo *.pot # Django stuff: *.log local_settings.py db.sqlite3 db.sqlite3-journal # Sphinx documentation _build/ # PyBuilder .pybuilder/ target/ # Jupyter Notebook .ipynb_checkpoints # IPython profile_default/ ipython_config.py # pyenv # For a library or package, you might want to ignore these files since the values are # specific to the developer's environment: # .python-version # pipenv # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control. # However, in case of collaboration, if you want to share the environment, uncomment this: #Lockfile # poetry # Similar to Pipfile.lock, poetry.lock contains specific versions of dependencies # uncomment this if you want to lock the dependency versions in your project #poetry.lock # pdm # Similar to Pipfile.lock, pdm.lock contains specific versions of dependencies #pdm.lock # pdm local configuration .pdm-python.path .pdm-build/ # venv .venv/ venv/ ENV/ env/ # For more virtual environment tools, see: # https://realpython.com/python-virtual-environments-a-primer/ # Spyder project settings .spyderproject .spyproject # Rope project settings .ropeproject # mkdocs documentation /site # mypy .mypy_cache/ .dmypy.json dmypy.json # Pyre type checker .pyre/ # pytype .pytype/ # Cython debug symbols cython_debug/ # Editors and IDEs .idea/ .vscode/ *.swp *.swo *~ # OS-specific files .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db