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

# Virtual environments
.venv

# Customer data files - NEVER commit customer data to git
customer-*
data/customer-*
**/customer-*

# Operating System files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
*.tmp
*.swp
*.swo
*~

# Editor files
.vscode/
.idea/
*.sublime-project
*.sublime-workspace
.vim/
.netrwhist

# Temporary files
*.log
*.tmp
*.temp
.temporary/
tmp/
temp/

# Archive files
*.zip
*.tar.gz
*.rar
*.7z
