# Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] *$py.class # C extensions *.so # Distribution / packaging build/ dist/ wheels/ *.egg-info/ *.egg # Virtual environments .venv/ venv/ ENV/ # IDE .idea/ .vscode/ *.swp *.swo *~ # Jupyter .ipynb_checkpoints/ # Testing .pytest_cache/ .coverage htmlcov/ # Type checking .mypy_cache/ # Environment variables .env .env.* # OS .DS_Store Thumbs.db