# Environment variables
.env
.env.local
.env.*.local

# API Keys and Secrets
*.key
*.pem
*.cert

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

# Node.js
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*

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

# OS
.DS_Store
Thumbs.db
desktop.ini

# Logs
*.log
logs/

# Testing
.coverage
htmlcov/
.pytest_cache/

# Build
dist/
build/
*.egg-info/

# Database files
*.db
*.sqlite
*.sqlite3

# User data (sensitive)
users.json
saved_recipes.json
user_profiles.json

# Temporary data
data/temp/*
!data/temp/.gitkeep