﻿# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv

# AL Cache and files (keep only essential ones)
FoodFresh/
al_cache.json
debug.log

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

# OS
.DS_Store
Thumbs.db

# Build artifacts
*.whl
*.tar.gz

# Temporary files
*.tmp
*.temp
