# Dependencies
node_modules/
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
pip-log.txt
pip-delete-this-directory.txt

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

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

# Logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*

# Build outputs
dist/
build/
*.egg-info/
.next/
out/

# Testing
coverage/
.nyc_output/
.pytest_cache/

# Credentials
*credentials*.json
*.key
*.pem

# Misc
.cache/
.temp/
tmp/
