# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
dist/
*.egg-info/
.eggs/
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.mypy_cache/
.ruff_cache/
.venv/
venv/
env/

# Generated by hatch-vcs on build — never commit.
socialhome_client/_version.py

# IDE
.vscode/
.idea/
*.swp
.DS_Store
