# Python bytecode/cache __pycache__/ *.py[cod] *$py.class # Packaging/build artifacts build/ dist/ *.egg-info/ .eggs/ # Virtual environments .venv/ venv/ env/ # Test and tooling caches .pytest_cache/ .mypy_cache/ .ruff_cache/ .coverage coverage.xml htmlcov/ # Local debug logs *.log *.debug.log # Local reference directories backup/ doc/