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

# Virtual environments
.venv/

# Tools cache
.ruff_cache/
.pytest_cache/
.mypy_cache/

# IDE
.idea/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db
