# Distribution / packaging
__pycache__/
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# ==== SECURITY - NEVER COMMIT THESE ====
# SSL Certificates and Keys - CRITICAL: NEVER COMMIT
ssl/
*.key
*.crt
*.pem
*.p12
*.pfx
*.cer
*.csr

# Database files and data
*.db
*.sqlite
*.sqlite3
data/mongodb/
mongodb_data/
data/

# Credentials and passwords
*password*
*secret*
*token*
*credentials*

# IDE and OS files
.DS_Store

# Backup and temporary files
*.bak
*.backup
*.old
tmp/
temp/
.tmp/
