# Runtime files *.pid *.lock *.sock # Temporary files *.tmp *.temp *.bak *.swp *.swo # Cache directories .cache/ cache/ tmp/ # Development files *.dev *.local .env.local .env.development # Test files *.test test-output/ coverage/ .nyc_output/ # Documentation build docs/_build/ site/ # Local configuration config.local.* settings.local.* # Backup files *.backup *.old # System files *.pid *.seed *.pid.lock # Runtime data pids/ logs/ *.log.* # Dependency directories specific to .ignore vendor/ .vendor/ # Editor backup files *~ .#* #*#