# Python caches __pycache__/ *.py[cod] *$py.class # Virtual environments .venv/ venv/ env/ # Test and coverage .pytest_cache/ .coverage .coverage.* htmlcov/ # Type/lint caches .mypy_cache/ .ruff_cache/ # Local runtime/log/temp *.log *.tmp *.bak* # IDE/editor .vscode/ .idea/ .DS_Store # Local secrets .env .env.*