# Environment variables and credentials
.env
.env.local
.env.*.local
*.env

# Sensitive configuration files
*credentials*.json
*secrets*.json
*config*.json
tools/workday-toolkit.yaml

# OpenAPI specs directory (contains credentials)
openAPISpecs/
openAPISpecs/*

# PyPI and package management
pyproject.toml
*.egg-info/
dist/
build/

# Frontend
frontend/node_modules
frontend/build
frontend/.env
frontend/.env.local
frontend/.env.development.local
frontend/.env.test.local
frontend/.env.production.local
frontend/npm-debug.log*
frontend/yarn-debug.log*
frontend/yarn-error.log*

# Python
venv/
*.pyc
__pycache__/
*.py[cod]
*$py.class
*.so
.Python

# IDE and OS
.vscode/
.idea/
.DS_Store
*.swp
*.swo
*~

# Certificates and keys
*.pem
*.key
*.p12
*.pfx
*.cer
*.crt

# Logs
*.log
logs/

# Temporary files
*.tmp
*.temp
.cache/