# Python *.pyc __pycache__/ *.pyo *.pyd .Python *.so *.egg *.egg-info/ dist/ build/ # Environment .env .venv/ env/ venv/ ENV/ env.bak/ venv.bak/ # IDE .vscode/ .idea/ *.swp *.swo *~ # Testing .coverage .pytest_cache/ .mypy_cache/ .ruff_cache/ htmlcov/ # OS .DS_Store Thumbs.db # Project specific errorfix.egg-info/