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

# Virtual envs
.venv/
venv/
env/

# Tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
.tox/

# RedForge scan artifacts — auto-created by `redforge init`
.redforge/

# OS
.DS_Store
Thumbs.db

# IDE
.idea/
.vscode/
*.swp
