flagged # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] *$py.class # Poetry-specific files .poetry/ # Virtual environment # If you are using a virtual environment created by Poetry inside the project directory. # Uncomment if using virtualenvs.in-project=true in pyproject.toml # .venv/ # Distribution / packaging build/ dist/ *.egg-info/ *.egg # Installer logs pip-log.txt pip-delete-this-directory.txt # PyInstaller # Usually these files are written to this folder when PyInstaller is used to package a Python project *.manifest *.spec # Unit test / coverage reports htmlcov/ .tox/ .nox/ coverage.xml *.cover *.py,cover .hypothesis/ .pytest_cache/ nosetests.xml # Jupyter Notebook .ipynb_checkpoints/ # pyenv # This file includes specific Python version, ignore if irrelevant .python-version # dotenv .env .env.* # Editor-specific files .vscode/ .idea/ *.sublime-project *.sublime-workspace # macOS files .DS_Store # Windows files Thumbs.db desktop.ini # Python virtual environments venv/