# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python

# Build / dist
dist/
build/
*.egg-info/
*.egg
.eggs/

# Virtual environments
.venv/
venv/
env/
ENV/

# Packaging tools
.hatch/
pip-wheel-metadata/

# Editor / OS
.DS_Store
Thumbs.db
*~
*.swp
*.swo
.idea/
.vscode/

# sowam runtime data (personal data file, don't commit)
.sowam/
data.json

# Local scratch / personal notes (never publish)
.ignore/

# Local draft/old versions
.old/

# Test artifacts
*.tmp
