# Python
_version.py
__pycache__/
*.py[cod]
*.pyo
*.egg-info/
dist/
build/
.mypy_cache/
.ruff_cache/
.pytest_cache/

# Environment
.venv/

# macOS
.DS_Store
._*

# IDE
.vscode/
.idea/
