# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
dist/
build/
*.egg

# Virtual Environments
venv/
env/
*.venv

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

# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Generated files
output/*.html
output/*.pptx
*.pptx
*.html

# Keep output directory structure but not generated files
!output/.gitkeep

# Environment variables
.env
.env.local

# Logs
*.log
logs/

# Temporary files
*.tmp
*.bak
*.swp
*~.nib

# AWS
.aws/

# Generated activation script
activate_env.sh
