# Python __pycache__/ *.py[cod] *$py.class *.so .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ *.egg-info/ .installed.cfg *.egg # Virtual Environment .venv/ venv/ ENV/ env/ # uv .uv/ # Testing & Linting .pytest_cache/ .ruff_cache/ .mypy_cache/ .coverage htmlcov/ # IDE .idea/ .vscode/ *.swp *.swo # Logs logs/ *.log # Config (secrets) config.yaml config.json .env # OS .DS_Store Thumbs.db