# Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] *$py.class # C extensions *.so # Distribution / packaging .Python build/ dist/ downloads/ .eggs/ *.egg-info/ *.egg pip-wheel-metadata/ # Installer logs pip-log.txt pip-delete-this-directory.txt # Unit test / coverage reports htmlcov/ .tox/ .nox/ .coverage .coverage.* .cache .pytest_cache/ coverage.xml *.cover # Type checkers / linters .mypy_cache/ .pytype/ .pyre/ .ruff_cache/ # Virtual environments .venv/ venv/ env/ ENV/ # IDEs and editors .vscode/ .idea/ *.swp # Jupyter .ipynb_checkpoints/ # Environment variables .env .env.* # OS generated files .DS_Store Thumbs.db # Logs *.log # Local application data instance/