
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Ruff
.ruff_cache/

# Virtual Environment
.env
.venv

# Editor
.vscode/
.idea/
*.swp
*.swo

# Testing
.pytest_cache/
.coverage
coverage.xml
htmlcov/

# Logging
logs/
!logs/.gitkeep

# Configuration files
**/whatsapp.yaml

# Runtime data (sessions, databases, media)
storage/whatsapp/
!storage/whatsapp/.gitkeep
storage/youtube/
!storage/youtube/.gitkeep