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

# Virtual environments
venv/
.venv/
env/

# IDE
.vscode/
.idea/
*.swp
*.swo
*~

# Environment
.env
.env.*

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/

# mypy
.mypy_cache/

# OS
.DS_Store
Thumbs.db

# Example data (persistent SQLite + storage blobs)
examples/.data/

# Internal docs (not for public repo)
MVP.md

# Branding preview pages (internal design tools)
branding/*.html
