# Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] *$py.class # Distribution / packaging .build/ build/ dist/ .eggs/ *.egg-info/ *.egg # Virtual environments .venv/ venv/ ENV/ # Test / coverage .pytest_cache/ .coverage* htmlcov/ # IDE / editor .vscode/ *.code-workspace .idea/ # OS files .DS_Store Thumbs.db # Jupyter .ipynb_checkpoints/ # Local configs *.env .env.* Pipfile Pipfile.lock