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

# Distribution / packaging
build/
dist/
*.egg-info/
*.egg
.eggs/

# Virtual environments
venv/
.venv/

# Test / coverage
htmlcov/
.coverage
.coverage.*
.pytest_cache/
coverage.xml

# Node
node_modules/

# IDE
.idea/
.vscode/
*.swp

# OS
.DS_Store
Thumbs.db

# Tooling caches
.ruff_cache/
