__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 # Testing .pytest_cache/ .coverage htmlcov/ # IDE .idea/ .vscode/ *.swp *.swo # Environment .env .venv env/ venv/ # Private keys (ActivityPub secrets) .cache/ # Test outputs test_cache/ test_plan_output.json analysis.json plan.json plan_with_analysis.json