# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
*.egg
bucket.py

# Virtual environments
.venv
venv/
env/

# Environment files
.env

# Test execution logs
test_execution.log

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

# OS
.DS_Store
Thumbs.db

# Distribution
*.tar.gz
*.whl
