# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
.eggs/
dist/
build/

# Virtual environments
venv/
.venv/
env/

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

# Test outputs
*.md
!SKILL.md

# Keep test file
!test_robustness.py
.pytest_cache/

# OS
.DS_Store
Thumbs.db

# Logs
*.log
