# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

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

# Virtual environments
.venv/
venv/

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

# Testing / Coverage
.coverage
htmlcov/
.pytest_cache/

# Type checking
.pyright/
.mypy_cache/

# OS
.DS_Store
Thumbs.db

# MAGI research outputs
outputs/

# Ruff cache
.ruff_cache/

# Hypothesis
.hypothesis/
