# Virtual environments
.venv/
venv/
env/

# Python cache
__pycache__/
*.pyc

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

# OS / misc
.DS_Store
Thumbs.db
*.log
