# Python
__pycache__/
*.py[cod]
*.egg-info/
*.egg
dist/
build/

# Auto-generated version file
src/maafw_cli/_version.py

# Virtual environment
.venv/

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

# OS
.DS_Store
Thumbs.db

# Test / cache
.pytest_cache/
.mypy_cache/
.ruff_cache/
htmlcov/
.coverage

# Runtime data
*.log
*.onnx
.env
uv.lock

# Claude Code
CLAUDE.md

# Local artifacts
.local/

# Investigation / debug logs
investigations/
custom_callback_debug.log

# Packaged skill zips (built by CI)
*.zip
