# Python bytecode and caches
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.ruff_cache/
.mypy_cache/
.pyre/
.coverage
coverage.xml
htmlcov/

# Virtual environments
.venv/
venv/
env/
ENV/

# Build and packaging artifacts
build/
dist/
*.egg-info/
.eggs/
.wheelhouse/

# Local configuration and outputs
.env
.env.*
pyrunir-mcp-output/
runir-mcp-output/

# Editor and OS files
.DS_Store
.idea/
.vscode/
*.swp
*.swo
