# Environment variables — NEVER commit
.env
.env.local
.env.production
.env.test111
.env*
!.env.example

# Rust build artifacts
/target

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

# OS
.DS_Store
Thumbs.db

# Logs
*.log
*.pid

# schemathesis fuzzing run cache (local only)
.schemathesis/
