# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.venv/
venv/

# Environment & Secrets
.env
.env.*
*.key

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

# OS
.DS_Store
Thumbs.db

# Project-specific: copyright content NEVER committed
oprocess_content.xlsx
docs/K014749_APQC*.xlsx

# Deployment: contains real server IP/credentials, local-only
deploy/

# Build artifacts
*.db
*.sqlite
