
# 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
agentic-framework/logs/
!agentic-framework/logs/.gitkeep

# Configuration files
**/whatsapp.yaml
agentic-framework/config/*.yaml

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