# Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] *$py.class # Distribution / packaging dist/ build/ *.egg-info/ # Virtual environments venv/ env/ .env/ .venv/ # IDE/OS specific files .idea/ .vscode/ *.code-workspace *.workspace *.bak *.swp *.swo .DS_Store # Local development settings *.env .env .config/ config*.yaml !config.yaml.example # Logs *.log logs/ # Unit test / coverage reports htmlcov/ .tox/ .coverage .coverage.* coverage.xml *.cover .pytest_cache/ # mypy .mypy_cache/ .dmypy.json dmypy.json # Jupyter Notebook .ipynb_checkpoints # pyenv .python-version