# Swarm Framework - Ignored Files # Logs orchestrator.log *.log # Python/Pytest .pytest_cache/ __pycache__/ *.pyc # Communication Files (Runtime generated) comms/requests/* comms/responses/* comms/master_notifications.json # Test/Generated Agent Workspaces agents/agent_* !agents/master/ !agents/orchestrator/ # Ignore intermediate files in tracked agent directories agents/master/incoming/* agents/master/output/* agents/master/archive/* agents/orchestrator/incoming/* agents/orchestrator/output/* agents/orchestrator/archive/* # Env files .env # Residue swarm_framework/ # Temporary files *.tmp **/*.tmp