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

# Virtual environments
.venv/

# Type checking / Linting
.mypy_cache/
.ruff_cache/
.pytest_cache/

# IDE
.vscode/
.idea/
