# Python bytecode
__pycache__/
*.py[cod]
*$py.class

# Virtual environments
.venv/
venv/
env/

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

# Test / coverage artifacts
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
coverage.xml
htmlcov/

# Documentation build
docs/_build/
common/docs/_build/

# IDE
.idea/

# OS
.DS_Store
Thumbs.db

# Logs
*.log

# Local IDE/tool configs
mypy_ide.ini