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

# Virtual environments
.venv/
venv/
ENV/

# Test / lint caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/

# Editors
.idea/
.vscode/
*.swp
*~

# OS
.DS_Store
Thumbs.db

# Local dev notes (not for the public repo)
PathGuardの仕様書.md
アプリ名：PrefxPy にする
