# Dependencies venv/ env/ ENV/ .venv/ # Byte-compiled / optimized __pycache__/ *.py[cod] *$py.class *.so .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ *.egg-info/ .installed.cfg *.egg # PyInstaller *.manifest *.spec # Installer logs pip-log.txt pip-delete-this-directory.txt # Unit test / coverage reports htmlcov/ .tox/ .coverage .coverage.* .cache nosetests.xml coverage.xml *.cover .hypothesis/ .pytest_cache/ .ruff_cache/ .mypy_cache/ # Translations *.mo *.pot # Django *.log local_settings.py db.sqlite3 db.sqlite3-journal # Flask instance/ .webassets-cache # Scrapy .scrapy # Sphinx docs/_build/ # PyBuilder target/ # Jupyter Notebook .ipynb_checkpoints # IPython profile_default/ ipython_config.py # pyenv .python-version # pipenv Pipfile.lock # celery celerybeat-schedule celerybeat.pid # SageMath *.sagedata # Spyder .project .pyide_settings .env # Rope .ropeproject # mkdocs /site # mypy .dmypy.json dmypy.json # Pyre .pyre/ # macOS .DS_Store .AppleDouble .LSOverride # Thumbnails ._* # Files that might appear in the root of a volume .DocumentRevisions-V100 .fseventsd .Spotlight-V100 .TemporaryItems .Trashes .VolumeIcon.icns .com.apple.timemachine.donotpresent # Windows Thumbs.db Thumbs.db:encryptable ehthumbs.db Desktop.ini # Linux *~ .directory # IDEs .vscode/ .idea/ *.swp *.swo *~ .project .classpath .settings/ # Environment .env .env.local *.local # Logs *.log logs/