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

# Virtual Environment
venv/
env/
ENV/

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

# OS
.DS_Store
Thumbs.db

# Logs
*.log
logs/*.log

# Environment variables
.env
*.env

# Jupyter Notebook
.ipynb_checkpoints

# Results and data (optional - you may want to commit these)
# results/
# data/

# Performance reports (optional)
# ai_performance_report_*.json

# Backups und generierte Outputs
data/backups/
data/*.backup*
data/generated_tips/weekly_lotto_tips_*.csv
data/performance_reports/
data/data/
