# Logs
log.txt
*.log

# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd


# Distribution / packaging
dist/
build/
*.egg-info/
*.egg
*.whl
.eggs/

# Virtual environment
.venv/
venv/
env/
ENV/

# Testing & coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml

# Type checking & linting
.mypy_cache/
.ruff_cache/
.dmypy.json

# ARGUS runtime data (saved pipeline runs)
.argus/

# Local demo / exercise pipelines (not part of src/argus)
test_workflow/
real_world_demo/
ultimatum/
TESTER/

# macOS
.DS_Store
.localized
.AppleDouble
__MACOSX/

# IDE
.idea/
.vscode/
*.swp
*.swo
*~

# Claude Code local settings
.claude/
CLAUDE.md

