# Secrets
.env
.env.local
.env.*.local
*.pem
*.key

# Dependencies
node_modules/
venv/
.venv/
__pycache__/
*.pyc

# Build artifacts
dist/
build/
out/
.next/
.turbo/

# Rust
/target

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

# Testing
coverage/
.nyc_output/
*.log

# Temp files
tmp/
temp/
*.tmp
